Skip to content

Commit 0c817c3

Browse files
committed
Make it build with ghc 9.10
1 parent 78d9a00 commit 0c817c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hex-text/hex-text.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ common base
3131
BlockArguments
3232
NoImplicitPrelude
3333
build-depends:
34-
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
34+
, base >= 4.16 && < 4.21
3535
, base16-bytestring ^>= 1.0.2
36-
, bytestring ^>= 0.11.4
37-
, text ^>= 1.2.5 || ^>= 2.0
36+
, bytestring ^>= 0.11.4 || ^>= 0.12
37+
, text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
3838

3939
library
4040
import: base

0 commit comments

Comments
 (0)