We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f64598 commit 3303e24Copy full SHA for 3303e24
unicode-transforms.cabal
@@ -83,7 +83,7 @@ library
83
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
84
build-depends:
85
base >= 4.8 && < 5
86
- , unicode-data >= 0.2 && < 0.3
+ , unicode-data >= 0.2 && < 0.4
87
, bytestring >= 0.9 && < 0.12
88
, ghc-prim >= 0.2 && < 0.9
89
@@ -130,7 +130,7 @@ test-suite quickcheck
130
131
132
QuickCheck >= 2.1 && < 2.15
133
134
, base >= 4.7 && < 5
135
, deepseq >= 1.1 && < 1.5
136
, hspec >= 2.0 && < 3
0 commit comments