Skip to content

Commit bef8f1b

Browse files
authored
Merge pull request #9078 from bgamari/ghc-9.8
Bump deepseq bounds to allow 1.5
2 parents d92ed63 + c801599 commit bef8f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
binary >= 0.7 && < 0.9,
3434
bytestring >= 0.10.0.0 && < 0.12,
3535
containers >= 0.5.0.0 && < 0.7,
36-
deepseq >= 1.3.0.1 && < 1.5,
36+
deepseq >= 1.3.0.1 && < 1.6,
3737
directory >= 1.2 && < 1.4,
3838
filepath >= 1.3.0.1 && < 1.5,
3939
mtl >= 2.1 && < 2.4,

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
base >= 4.9 && < 5,
4040
bytestring >= 0.10.0.0 && < 0.12,
4141
containers >= 0.5.0.0 && < 0.7,
42-
deepseq >= 1.3.0.1 && < 1.5,
42+
deepseq >= 1.3.0.1 && < 1.6,
4343
directory >= 1.2 && < 1.4,
4444
filepath >= 1.3.0.1 && < 1.5,
4545
pretty >= 1.1.1 && < 1.2,

0 commit comments

Comments
 (0)