diff --git a/experimental/icu/icu.cabal b/experimental/icu/icu.cabal index c4e4ded..c243fec 100644 --- a/experimental/icu/icu.cabal +++ b/experimental/icu/icu.cabal @@ -64,7 +64,7 @@ library ICU.Scripts hs-source-dirs: lib build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , text >= 2.0 && < 2.2 include-dirs: cbits c-sources: cbits/icu.c diff --git a/experimental/unicode-data-text/unicode-data-text.cabal b/experimental/unicode-data-text/unicode-data-text.cabal index b75317f..e476db7 100644 --- a/experimental/unicode-data-text/unicode-data-text.cabal +++ b/experimental/unicode-data-text/unicode-data-text.cabal @@ -66,7 +66,7 @@ library hs-source-dirs: lib build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, text >= 1.2.4 && < 2.2, unicode-data >= 0.6 && < 0.7 @@ -79,7 +79,7 @@ test-suite test other-modules: Unicode.Text.CaseSpec build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, hspec >= 2.0 && < 2.12, text >= 1.2.4 && < 2.2, unicode-data >= 0.6 && < 0.7, @@ -93,7 +93,7 @@ benchmark bench hs-source-dirs: bench main-is: Main.hs build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, diff --git a/ucd2haskell/ucd2haskell.cabal b/ucd2haskell/ucd2haskell.cabal index 78d35ba..f84b891 100644 --- a/ucd2haskell/ucd2haskell.cabal +++ b/ucd2haskell/ucd2haskell.cabal @@ -95,7 +95,7 @@ executable ucd2haskell if flag(ucd2haskell) buildable: True build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , bytestring >= 0.11 && < 0.13 , containers >= 0.5 && < 0.7 , directory >= 1.3.6 && < 1.4 @@ -119,7 +119,7 @@ executable test if flag(ucd2haskell) buildable: True build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , directory >= 1.3.6 && < 1.4 , filepath >= 1.4.100 && < 1.5 , hspec >= 2.0 && < 2.12 diff --git a/unicode-data-names/unicode-data-names.cabal b/unicode-data-names/unicode-data-names.cabal index 1b2c4f4..0629d9d 100644 --- a/unicode-data-names/unicode-data-names.cabal +++ b/unicode-data-names/unicode-data-names.cabal @@ -104,7 +104,7 @@ library hs-source-dirs: lib build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, unicode-data >= 0.6 && < 0.7 -- Support for raw string literals unpacking is included in base ≥ 4.15 if impl(ghc < 9.0.0) @@ -130,7 +130,7 @@ test-suite test other-modules: Unicode.Char.General.NamesSpec build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , hspec >= 2.0 && < 2.12 , unicode-data >= 0.6 && < 0.7 , unicode-data-names @@ -173,7 +173,7 @@ benchmark bench hs-source-dirs: bench main-is: Main.hs build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, diff --git a/unicode-data-scripts/unicode-data-scripts.cabal b/unicode-data-scripts/unicode-data-scripts.cabal index 8a95946..c4a42c5 100644 --- a/unicode-data-scripts/unicode-data-scripts.cabal +++ b/unicode-data-scripts/unicode-data-scripts.cabal @@ -87,7 +87,7 @@ library hs-source-dirs: lib build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 -- Support for raw string literals unpacking is included in base ≥ 4.15 if impl(ghc < 9.0.0) build-depends: @@ -102,7 +102,7 @@ test-suite test other-modules: Unicode.Char.General.ScriptsSpec build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , hspec >= 2.0 && < 2.12 , unicode-data-scripts if flag(dev-has-icu) @@ -118,7 +118,7 @@ benchmark bench hs-source-dirs: bench main-is: Main.hs build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6, diff --git a/unicode-data-security/unicode-data-security.cabal b/unicode-data-security/unicode-data-security.cabal index f2706d2..9e56104 100644 --- a/unicode-data-security/unicode-data-security.cabal +++ b/unicode-data-security/unicode-data-security.cabal @@ -83,7 +83,7 @@ library Unicode.Internal.Bits.Security hs-source-dirs: lib build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , unicode-data >= 0.6 && < 0.7 -- Support for raw string literals unpacking is included in base ≥ 4.15 if impl(ghc < 9.0.0) @@ -99,7 +99,7 @@ test-suite test other-modules: Unicode.Char.Identifiers.SecuritySpec build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , hspec >= 2.0 && < 2.12 , unicode-data-security @@ -109,7 +109,7 @@ benchmark bench hs-source-dirs: bench main-is: Main.hs build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1, diff --git a/unicode-data/unicode-data.cabal b/unicode-data/unicode-data.cabal index 89beffa..2d54940 100644 --- a/unicode-data/unicode-data.cabal +++ b/unicode-data/unicode-data.cabal @@ -118,7 +118,7 @@ library hs-source-dirs: lib ghc-options: -O2 build-depends: - base >=4.7 && < 4.21 + base >=4.7 && < 4.22 if impl(ghc < 9.0) -- Required for unpackCString# build-depends: ghc-prim @@ -132,7 +132,7 @@ test-suite test other-modules: Unicode.CharSpec build-depends: - base >= 4.7 && < 4.21 + base >= 4.7 && < 4.22 , hspec >= 2.0 && < 2.12 , unicode-data if flag(dev-has-icu) @@ -159,7 +159,7 @@ benchmark bench Unicode.Char.NumericBench Unicode.Char.Numeric.CompatBench build-depends: - base >= 4.7 && < 4.21, + base >= 4.7 && < 4.22, deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.5, tasty >= 1.4.1 && < 1.6,