mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
strict upper bound for #5583
This commit is contained in:
parent
71753abcfa
commit
6cf82875eb
@ -4382,7 +4382,7 @@ packages:
|
||||
- NumInstances
|
||||
- Only
|
||||
- ParsecTools
|
||||
- QuickCheck < 2.14 # https://github.com/commercialhaskell/stackage/issues/5566
|
||||
- QuickCheck
|
||||
- RSA
|
||||
- aeson-compat
|
||||
- aeson-extra < 0 # via semialign
|
||||
@ -4884,6 +4884,10 @@ packages:
|
||||
- tasty < 1.3
|
||||
- tasty-golden < 2.3.3.3
|
||||
|
||||
# https://github.com/commercialhaskell/stackage/issues/5566
|
||||
- QuickCheck < 2.14
|
||||
- quickcheck-instances < 0.3.24
|
||||
|
||||
# https://github.com/commercialhaskell/stackage/issues/5349
|
||||
- typed-uuid < 0.1.0.0
|
||||
|
||||
@ -4927,6 +4931,9 @@ packages:
|
||||
# https://github.com/commercialhaskell/stackage/issues/5581
|
||||
- unordered-containers < 0.2.12.0
|
||||
|
||||
# https://github.com/commercialhaskell/stackage/issues/5583
|
||||
- strict < 0.4
|
||||
|
||||
# end of packages
|
||||
|
||||
# Package flags are applied to individual packages, and override the values of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user