Skip to content

Commit 229d079

Browse files
authored
Merge pull request #91 from felixonmars/patch-1
Allow unicode-data 0.4
2 parents 34d4d7c + cca40ab commit 229d079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unicode-transforms.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ library
8484
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
8585
build-depends:
8686
base >= 4.8 && < 4.18
87-
, unicode-data >= 0.2 && < 0.4
87+
, unicode-data >= 0.2 && < 0.5
8888
, bytestring >= 0.9 && < 0.12
8989
, ghc-prim >= 0.2 && < 0.10
9090

0 commit comments

Comments
 (0)