biocad / openapi3

OpenAPI 3.0 data model
BSD 3-Clause "New" or "Revised" License
39 stars 53 forks source link

Bound bumps #99

Closed JackKelly-Bellroy closed 4 months ago

JackKelly-Bellroy commented 5 months ago

allow-newer: openapi3:lens and allow-newer: openapi3:QuickCheck works for us on an internal project, provided that dependent packages are similarly relaxed. This PR passes cabal test --constraint 'lens ^>=5.3' --constraint 'QuickCheck ^>=2.15' --allow-newer=insert-ordered-containers:lens --allow-newer=aeson:QuickCheck --allow-newer=quickcheck-instances:QuickCheck, but you may want to hold off until the allow-newers are not required.

When this does go through, can you please also make a Hackage metadata revision?

See also:

ysangkok commented 5 months ago

@maksbotan While we're at it, this would be nice to merge, since it is a dependency of servant, and we are then closer to being able to try GHC 9.10.

maksbotan commented 4 months ago

Done on hackage!