File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
experimental/unicode-data-text Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ library
6666
6767 hs-source-dirs : lib
6868 build-depends :
69- base >= 4.7 && < 4.18 ,
70- text >= 1.2.4 && < 2.1 ,
71- unicode-data-core >= 0.3 && < 0.5
69+ base >= 4.7 && < 4.18 ,
70+ text >= 1.2.4 && < 2.1 ,
71+ unicode-data-core >= 15.0.0 && < 15.1
7272
7373test-suite test
7474 import : default-extensions, compile-options
@@ -95,11 +95,11 @@ benchmark bench
9595 hs-source-dirs : bench
9696 main-is : Main.hs
9797 build-depends :
98- base >= 4.7 && < 4.18 ,
99- deepseq >= 1.1 && < 1.5 ,
100- tasty-bench >= 0.2.5 && < 0.4 ,
98+ base >= 4.7 && < 4.18 ,
99+ deepseq >= 1.1 && < 1.5 ,
100+ tasty-bench >= 0.2.5 && < 0.4 ,
101101 tasty >= 1.4.1 ,
102- text >= 1.2.4 && < 2.1 ,
103- unicode-data-core >= 0.3 && < 0.5 ,
102+ text >= 1.2.4 && < 2.1 ,
103+ unicode-data-core >= 15.0.0 && < 15.1 ,
104104 unicode-data-text
105105 ghc-options : -O2 -fdicts-strict -rtsopts
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-core
3- version : 0.4 .0
3+ version : 15.0 .0
44synopsis : Access Unicode Character Database (UCD)
55description :
66 @unicode-data-core@ provides Haskell APIs to efficiently access the
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-names
3- version : 0.2 .0
3+ version : 15.0 .0
44synopsis : Unicode characters names and aliases
55description :
66 @unicode-data-names@ provides Haskell APIs to access the Unicode
@@ -94,9 +94,9 @@ test-suite test
9494 other-modules :
9595 Unicode.Char.General.NamesSpec
9696 build-depends :
97- base >= 4.7 && < 4.18
98- , hspec >= 2.0 && < 2.11
99- , unicode-data-core >= 0.4 && < 0.5
97+ base >= 4.7 && < 4.18
98+ , hspec >= 2.0 && < 2.11
99+ , unicode-data-core >= 15.0.0 && < 15.1
100100 , unicode-data-names
101101 build-tool-depends :
102102 hspec-discover :hspec-discover >= 2.0 && < 2.11
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ library
7878
7979 hs-source-dirs : lib
8080 build-depends :
81- base >= 4.7 && < 4.18
82- , unicode-data-core >= 0.4 && < 0.5
81+ base >= 4.7 && < 4.18
82+ , unicode-data-core >= 15.0.0 && < 15.1
8383
8484test-suite test
8585 import : default-extensions, compile-options
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ library
8080
8181 hs-source-dirs : lib
8282 build-depends :
83- base >= 4.7 && < 4.18
84- , unicode-data-core >= 0.4 && < 0.5
83+ base >= 4.7 && < 4.18
84+ , unicode-data-core >= 15.0.0 && < 15.1
8585
8686test-suite test
8787 import : default-extensions, compile-options
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ library
120120 Unicode.Internal.Char.UnicodeData.SimpleUpperCaseMapping
121121
122122 build-depends :
123- base >= 4.7 && < 4.18
124- , unicode-data-core >= 0.4 && < 0.5
125- , unicode-data-names >= 0.2 && < 0.3
126- , unicode-data-scripts >= 0.2 && < 0.3
127- , unicode-data-security >= 0.2 && < 0.3
123+ base >= 4.7 && < 4.18
124+ , unicode-data-core >= 15.0.0 && < 15.1
125+ , unicode-data-names >= 15.0.0 && < 15.1
126+ , unicode-data-scripts >= 0.2 && < 0.3
127+ , unicode-data-security >= 0.2 && < 0.3
You can’t perform that action at this time.
0 commit comments