Skip to content

Commit

Permalink
Relax upper bound for base, allowing base-4.20.*
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2023
1 parent a8c3af0 commit 2dc3f9c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
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.19,
base >= 4.7 && < 4.20,
text >= 1.2.4 && < 2.1,
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.19,
base >= 4.7 && < 4.20,
hspec >= 2.0 && < 2.11,
text >= 1.2.4 && < 2.1,
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.19,
base >= 4.7 && < 4.20,
deepseq >= 1.1 && < 1.5,
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.5,
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.19
base >= 4.7 && < 4.20
, 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.19
base >= 4.7 && < 4.20
, directory >= 1.3.6 && < 1.4
, filepath >= 1.4.100 && < 1.5
, hspec >= 2.0 && < 2.11
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 @@ -84,7 +84,7 @@ library

hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.19,
base >= 4.7 && < 4.20,

test-suite test
import: default-extensions, compile-options
Expand All @@ -95,7 +95,7 @@ test-suite test
other-modules:
Unicode.Char.General.NamesSpec
build-depends:
base >= 4.7 && < 4.19
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, unicode-data >= 0.4 && < 0.5
, unicode-data-names
Expand All @@ -120,7 +120,7 @@ benchmark bench
hs-source-dirs: bench
main-is: Main.hs
build-depends:
base >= 4.7 && < 4.19,
base >= 4.7 && < 4.20,
deepseq >= 1.1 && < 1.5,
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.5,
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.19
base >= 4.7 && < 4.20
, 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.19
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, 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.19,
base >= 4.7 && < 4.20,
deepseq >= 1.1 && < 1.5,
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.5,
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.19
base >= 4.7 && < 4.20
, 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.19
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, 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.19,
base >= 4.7 && < 4.20,
deepseq >= 1.1 && < 1.5,
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.19
base >=4.7 && < 4.20

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.19
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, 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.19,
base >= 4.7 && < 4.20,
deepseq >= 1.1 && < 1.5,
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.5,
Expand Down

0 comments on commit 2dc3f9c

Please sign in to comment.