Skip to content

Commit 34c00cf

Browse files
committed
Update bounds for GHC 9.14
1 parent 4bc1238 commit 34c00cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enummapset.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Library
5151
build-depends:
5252
base >= 4.6 && < 5,
5353
aeson >= 1.3 && < 2.3,
54-
containers >= 0.5.11 && < 0.8,
55-
deepseq >= 1.2 && < 1.6
54+
containers >= 0.5.11 && < 0.9,
55+
deepseq >= 1.2 && < 1.7
5656

5757
if impl(ghc < 8.0)
5858
build-depends: semigroups >=0.1 && <1.0

0 commit comments

Comments
 (0)