Skip to content

Commit

Permalink
Bump upper bounds for hashable, megaparsec, hedgehog, and hspec-hedgehog
Browse files Browse the repository at this point in the history
While here also added GHC 9.10.1 to tested-with as it is in CI.
  • Loading branch information
telser authored and tomjaguarpaw committed Dec 11, 2024
1 parent 1096e7c commit 82e78dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tomland.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ tested-with: GHC == 8.4.4
GHC == 9.4.4
GHC == 9.6.3
GHC == 9.8.1
GHC == 9.10.1

source-repository head
type: git
Expand Down Expand Up @@ -136,8 +137,8 @@ library
build-depends: bytestring >= 0.10 && < 0.13
, containers >= 0.5.7 && < 0.8
, deepseq >= 1.4 && < 1.6
, hashable >= 1.3.1.0 && < 1.5
, megaparsec >= 7.0.5 && < 9.7
, hashable >= 1.3.1.0 && < 1.6
, megaparsec >= 7.0.5 && < 9.8
, mtl >= 2.2 && < 2.4
, parser-combinators >= 1.1.0 && < 1.4
, text >= 1.2 && < 2.2
Expand Down Expand Up @@ -228,9 +229,9 @@ test-suite tomland-test
build-depends: bytestring
, containers >= 0.5.7 && < 0.8
, hashable
, hedgehog >= 1.0.1 && < 1.5
, hedgehog >= 1.0.1 && < 1.6
, hspec >= 2.7.1 && < 2.12
, hspec-hedgehog >= 0.0.1.1 && < 0.2
, hspec-hedgehog >= 0.0.1.1 && < 0.4
, hspec-megaparsec >= 2.0.0 && < 2.3.0
, megaparsec
, directory ^>= 1.3
Expand Down

0 comments on commit 82e78dd

Please sign in to comment.