Skip to content

Commit

Permalink
Bump the upper bound of base for all the build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 26, 2024
1 parent da07a74 commit 695898f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion experimental/icu/icu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions ucd2haskell/ucd2haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand All @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand All @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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,
Expand Down

0 comments on commit 695898f

Please sign in to comment.