Skip to content

Commit

Permalink
Bump base: allow 4.20 (GHC 9.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Jun 4, 2024
1 parent cb60896 commit 7123a5b
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 @@ -63,7 +63,7 @@ library
ICU.Names.Text
hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, 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 @@ -64,7 +64,7 @@ library

hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
text >= 1.2.4 && < 2.2,
unicode-data >= 0.3 && < 0.5

Expand All @@ -77,7 +77,7 @@ test-suite test
other-modules:
Unicode.Text.CaseSpec
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
hspec >= 2.0 && < 2.12,
text >= 1.2.4 && < 2.2,
unicode-data-text
Expand All @@ -92,7 +92,7 @@ benchmark bench
hs-source-dirs: bench
main-is: Main.hs
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
deepseq >= 1.1 && < 1.6,
tasty-bench >= 0.2.5 && < 0.4,
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 @@ -70,7 +70,7 @@ executable ucd2haskell
if flag(ucd2haskell)
buildable: True
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, containers >= 0.5 && < 0.7
, directory >= 1.3.6 && < 1.4
, filepath >= 1.4.100 && < 1.5
Expand All @@ -92,7 +92,7 @@ executable test
if flag(ucd2haskell)
buildable: True
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, 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 @@ -100,7 +100,7 @@ library

hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
-- Support for raw string literals unpacking is included in base ≥ 4.15
if impl(ghc < 9.0.0)
build-depends:
Expand All @@ -125,7 +125,7 @@ test-suite test
other-modules:
Unicode.Char.General.NamesSpec
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, hspec >= 2.0 && < 2.12
, unicode-data >= 0.4 && < 0.5
, unicode-data-names
Expand Down Expand Up @@ -168,7 +168,7 @@ benchmark bench
hs-source-dirs: bench
main-is: Main.hs
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
deepseq >= 1.1 && < 1.6,
tasty-bench >= 0.2.5 && < 0.4,
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 @@ -76,7 +76,7 @@ library

hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, unicode-data >= 0.4 && < 0.5

test-suite test
Expand All @@ -88,7 +88,7 @@ test-suite test
other-modules:
Unicode.Char.General.ScriptsSpec
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, hspec >= 2.0 && < 2.12
, unicode-data
, unicode-data-scripts
Expand All @@ -99,7 +99,7 @@ benchmark bench
hs-source-dirs: bench
main-is: Main.hs
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
deepseq >= 1.1 && < 1.6,
tasty-bench >= 0.2.5 && < 0.4,
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 @@ -78,7 +78,7 @@ library

hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, unicode-data >= 0.4 && < 0.5

test-suite test
Expand All @@ -90,7 +90,7 @@ test-suite test
other-modules:
Unicode.Char.Identifiers.SecuritySpec
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, hspec >= 2.0 && < 2.12
, unicode-data-security

Expand All @@ -100,7 +100,7 @@ benchmark bench
hs-source-dirs: bench
main-is: Main.hs
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
deepseq >= 1.1 && < 1.6,
tasty-bench >= 0.2.5 && < 0.4,
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 @@ -108,7 +108,7 @@ library
hs-source-dirs: lib
ghc-options: -O2
build-depends:
base >=4.7 && < 4.20
base >=4.7 && < 4.21

test-suite test
import: default-extensions, compile-options
Expand All @@ -119,7 +119,7 @@ test-suite test
other-modules:
Unicode.CharSpec
build-depends:
base >= 4.7 && < 4.20
base >= 4.7 && < 4.21
, hspec >= 2.0 && < 2.12
, unicode-data
-- We need to match a GHC version with the same Unicode version.
Expand All @@ -144,7 +144,7 @@ benchmark bench
Unicode.Char.NumericBench
Unicode.Char.Numeric.CompatBench
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
deepseq >= 1.1 && < 1.6,
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.6,
Expand Down

0 comments on commit 7123a5b

Please sign in to comment.