Skip to content

Commit f05b4f0

Browse files
committed
Bound deepseq properly
1 parent c1af1f3 commit f05b4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text-ascii.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ library
2929
Text.Ascii.Unsafe
3030

3131
build-depends:
32-
, base >=4.17 && <5
32+
, base >=4.17 && <5
3333
, bytestring ^>=0.12
3434
, case-insensitive ^>=1.2
35-
, deepseq >=1.4.8
35+
, deepseq >=1.4.8 && <1.6.0
3636
, hashable ^>=1.4
3737
, megaparsec ^>=9.6
3838
, monoid-subclasses ^>=1.2

0 commit comments

Comments
 (0)