Allow ghc-prim-0.11 (for GHC 9.8)

This commit is contained in:
Bodigrim 2023-09-10 10:56:20 +01:00
parent 7f4c24671e
commit 262ead6f35

View File

@ -57,7 +57,7 @@ library
build-depends:
base >= 4.3 && < 5,
deepseq >= 1.1 && < 1.6,
ghc-prim < 0.11
ghc-prim < 0.12
if flag(tasty)
build-depends:
containers >= 0.4 && < 0.7,