haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

Bump bounds on validation-selective #376

Closed tomjaguarpaw closed 8 months ago

tomjaguarpaw commented 8 months ago

validation-selective needs its bounds bumped as follows

-  build-depends:       base >= 4.12 && < 4.18
+  build-depends:       base >= 4.12 && < 4.20
- build-depends:       deepseq ^>= 1.4.3.0
+ build-depends:       deepseq >= 1.4.3.0 && < 1.6

as confirmed by https://github.com/kowainik/validation-selective/pull/82/files

(I'm willing to become co-maintainer of this package and take over bounds management if that's OK with @vrom911)

tomjaguarpaw commented 8 months ago

I'm now a Hackage maintainer of validation-selective so I'll take care of these bounds going forward. I've changed the bounds to the ones described above: https://hackage.haskell.org/package/validation-selective-0.2.0.0

(I'm also a bit confused because the bounds were already looser than the ones I described above, so I guess I just got confused somehow.)