11cabal-version : 2.2
2- name : unicode-data
2+ name : unicode-data-core
33version : 0.4.0
44synopsis : Access Unicode Character Database (UCD)
55description :
6- @unicode-data@ provides Haskell APIs to efficiently access the
6+ @unicode-data-core @ provides Haskell APIs to efficiently access the
77 <https://www.unicode.org/ucd/ Unicode character database> (UCD).
88 Performance is the primary goal in the design of this package.
99 .
@@ -127,12 +127,12 @@ executable ucd2haskell
127127 if flag(ucd2haskell)
128128 buildable : True
129129 build-depends :
130- base >= 4.7 && < 4.18
131- , containers >= 0.5 && < 0.7
132- , directory >= 1.3.6 && < 1.3.9
133- , filepath >= 1.4.100 && < 1.5
134- , getopt-generics >= 0.13 && < 0.14
135- , streamly >= 0.8.0 && < 0.8.1
130+ base >= 4.7 && < 4.18
131+ , containers >= 0.5 && < 0.7
132+ , directory >= 1.3.6 && < 1.3.9
133+ , filepath >= 1.4.100 && < 1.5
134+ , getopt-generics >= 0.13 && < 0.14
135+ , streamly >= 0.8.0 && < 0.8.1
136136 else
137137 buildable : False
138138
@@ -145,9 +145,9 @@ test-suite test
145145 other-modules :
146146 Unicode.CharSpec
147147 build-depends :
148- base >= 4.7 && < 4.18
149- , hspec >= 2.0 && < 2.11
150- , unicode-data
148+ base >= 4.7 && < 4.18
149+ , hspec >= 2.0 && < 2.11
150+ , unicode-data-core
151151 build-tool-depends :
152152 hspec-discover :hspec-discover >= 2.0 && < 2.11
153153 -- We need to match a GHC version with the same Unicode version.
@@ -162,9 +162,9 @@ benchmark bench
162162 hs-source-dirs : bench
163163 main-is : Main.hs
164164 build-depends :
165- base >= 4.7 && < 4.18 ,
166- deepseq >= 1.1 && < 1.5 ,
167- tasty-bench >= 0.2.5 && < 0.4 ,
168- tasty >= 1.4.1 ,
169- unicode-data
165+ base >= 4.7 && < 4.18 ,
166+ deepseq >= 1.1 && < 1.5 ,
167+ tasty-bench >= 0.2.5 && < 0.4 ,
168+ tasty >= 1.4.1 ,
169+ unicode-data-core
170170 ghc-options : -O2 -fdicts-strict -rtsopts
0 commit comments