Skip to content

Commit cb51526

Browse files
committed
Bump versions
1 parent 6fd065a commit cb51526

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
build-depends:
6969
base >= 4.7 && < 4.23,
7070
text >= 1.2.4 && < 2.2,
71-
unicode-data >= 0.7 && < 0.8
71+
unicode-data >= 0.8 && < 0.9
7272

7373
test-suite test
7474
import: default-extensions, compile-options
@@ -82,7 +82,7 @@ test-suite test
8282
base >= 4.7 && < 4.23,
8383
hspec >= 2.0 && < 2.12,
8484
text >= 1.2.4 && < 2.2,
85-
unicode-data >= 0.7 && < 0.8,
85+
unicode-data >= 0.8 && < 0.9,
8686
unicode-data-text
8787
build-tool-depends:
8888
hspec-discover:hspec-discover >= 2.0 && < 2.12
@@ -98,7 +98,7 @@ benchmark bench
9898
tasty-bench >= 0.2.5 && < 0.5,
9999
tasty >= 1.4.1 && < 1.6,
100100
text >= 1.2.4 && < 2.2,
101-
unicode-data >= 0.7 && < 0.8,
101+
unicode-data >= 0.8 && < 0.9,
102102
unicode-data-text
103103
-- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness
104104
ghc-options: -O2 -fdicts-strict -rtsopts -with-rtsopts=-A32m

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.5.0
3+
version: 0.6.0
44
synopsis: Unicode characters names and aliases
55
description:
66
@unicode-data-names@ provides Haskell APIs to access the Unicode
@@ -105,7 +105,7 @@ library
105105
hs-source-dirs: lib
106106
build-depends:
107107
base >= 4.7 && < 4.23,
108-
unicode-data >= 0.7 && < 0.8
108+
unicode-data >= 0.8 && < 0.9
109109
-- Support for raw string literals unpacking is included in base ≥ 4.15
110110
if impl(ghc < 9.0.0)
111111
build-depends:
@@ -132,7 +132,7 @@ test-suite test
132132
build-depends:
133133
base >= 4.7 && < 4.23
134134
, hspec >= 2.0 && < 2.12
135-
, unicode-data >= 0.7 && < 0.8
135+
, unicode-data >= 0.8 && < 0.9
136136
, unicode-data-names
137137
if flag(has-text)
138138
cpp-options: -DHAS_TEXT
@@ -177,7 +177,7 @@ benchmark bench
177177
deepseq >= 1.1 && < 1.6,
178178
tasty-bench >= 0.2.5 && < 0.5,
179179
tasty >= 1.4.1 && < 1.6,
180-
unicode-data >= 0.7 && < 0.8,
180+
unicode-data >= 0.8 && < 0.9,
181181
unicode-data-names
182182
if flag(has-text)
183183
cpp-options: -DHAS_TEXT

unicode-data-scripts/unicode-data-scripts.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-scripts
3-
version: 0.5.0
3+
version: 0.6.0
44
synopsis: Unicode characters scripts
55
description:
66
@unicode-data-scripts@ provides Haskell APIs to access the Unicode

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-security
3-
version: 0.5.0
3+
version: 0.6.0
44
synopsis: Unicode security mechanisms database
55
description:
66
@unicode-data-security@ provides Haskell APIs to access the
@@ -84,7 +84,7 @@ library
8484
hs-source-dirs: lib
8585
build-depends:
8686
base >= 4.7 && < 4.23
87-
, unicode-data >= 0.7 && < 0.8
87+
, unicode-data >= 0.8 && < 0.9
8888
-- Support for raw string literals unpacking is included in base ≥ 4.15
8989
if impl(ghc < 9.0.0)
9090
build-depends:

unicode-data/unicode-data.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
3-
version: 0.7.0
3+
version: 0.8.0
44
synopsis: Access Unicode Character Database (UCD)
55
description:
66
@unicode-data@ provides Haskell APIs to efficiently access the

0 commit comments

Comments
 (0)