Skip to content

Commit

Permalink
Relax upper bound for hspec, allowing hspec-2.12.*
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2023
1 parent 1d37f2f commit d1b7588
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ test-suite test
Unicode.Text.CaseSpec
build-depends:
base >= 4.7 && < 4.20,
hspec >= 2.0 && < 2.11,
hspec >= 2.0 && < 2.12,
text >= 1.2.4 && < 2.1,
unicode-data-text
build-tool-depends:
hspec-discover:hspec-discover >= 2.0 && < 2.11
hspec-discover:hspec-discover >= 2.0 && < 2.12
if impl(ghc >= 9.5.1) && impl(ghc < 9.8.0)
cpp-options: -DCOMPATIBLE_GHC_UNICODE

Expand Down
2 changes: 1 addition & 1 deletion ucd2haskell/ucd2haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ executable test
base >= 4.7 && < 4.20
, directory >= 1.3.6 && < 1.4
, filepath >= 1.4.100 && < 1.5
, hspec >= 2.0 && < 2.11
, hspec >= 2.0 && < 2.12
, HUnit >= 1.6.2 && < 1.7
, split >= 0.2.3 && < 0.3
, unicode-data
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test-suite test
Unicode.Char.General.NamesSpec
build-depends:
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, hspec >= 2.0 && < 2.12
, unicode-data >= 0.4 && < 0.5
, unicode-data-names

Expand Down
2 changes: 1 addition & 1 deletion unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ test-suite test
Unicode.Char.General.ScriptsSpec
build-depends:
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, hspec >= 2.0 && < 2.12
, unicode-data
, unicode-data-scripts

Expand Down
2 changes: 1 addition & 1 deletion unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test-suite test
Unicode.Char.Identifiers.SecuritySpec
build-depends:
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, hspec >= 2.0 && < 2.12
, unicode-data-security

benchmark bench
Expand Down
2 changes: 1 addition & 1 deletion unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test-suite test
Unicode.CharSpec
build-depends:
base >= 4.7 && < 4.20
, hspec >= 2.0 && < 2.11
, hspec >= 2.0 && < 2.12
, unicode-data
-- We need to match a GHC version with the same Unicode version.
-- See: test/Unicode/CharSpec.hs for compatibility table.
Expand Down

0 comments on commit d1b7588

Please sign in to comment.