We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d9a00 commit de29db7Copy full SHA for de29db7
hex-text/hex-text.cabal
@@ -31,10 +31,10 @@ common base
31
BlockArguments
32
NoImplicitPrelude
33
build-depends:
34
- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+ , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
35
, base16-bytestring ^>= 1.0.2
36
- , bytestring ^>= 0.11.4
37
- , text ^>= 1.2.5 || ^>= 2.0
+ , bytestring ^>= 0.11.4 || ^>= 0.12
+ , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
38
39
library
40
import: base
0 commit comments