Skip to content

Commit e7b4a2e

Browse files
committed
Bump versions
1 parent fe37b41 commit e7b4a2e

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

experimental/unicode-data-text/unicode-data-text.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

7373
test-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

unicode-data-core/unicode-data-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-core
3-
version: 0.4.0
3+
version: 15.0.0
44
synopsis: Access Unicode Character Database (UCD)
55
description:
66
@unicode-data-core@ provides Haskell APIs to efficiently access the

unicode-data-names/unicode-data-names.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-names
3-
version: 0.2.0
3+
version: 15.0.0
44
synopsis: Unicode characters names and aliases
55
description:
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

unicode-data-scripts/unicode-data-scripts.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8484
test-suite test
8585
import: default-extensions, compile-options

unicode-data-security/unicode-data-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8686
test-suite test
8787
import: default-extensions, compile-options

unicode-data/unicode-data.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)