Skip to content

Commit de29db7

Browse files
committed
Update dependencies
1 parent 78d9a00 commit de29db7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hex-text/hex-text.cabal

Lines changed: 3 additions & 3 deletions
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.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
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)