Skip to content

Commit

Permalink
Bump base and containers (to support GHC 9.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed May 11, 2024
1 parent 10d8840 commit c19dfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tomland.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ flag build-play-tomland
manual: True

common common-options
build-depends: base >= 4.11 && < 4.20
build-depends: base >= 4.11 && < 4.21

ghc-options: -Wall
-Wcompat
Expand Down Expand Up @@ -226,7 +226,7 @@ test-suite tomland-test
Test.Toml.Property

build-depends: bytestring
, containers >= 0.5.7 && < 0.7
, containers >= 0.5.7 && < 0.8
, hashable
, hedgehog >= 1.0.1 && < 1.5
, hspec >= 2.7.1 && < 2.12
Expand Down

0 comments on commit c19dfe5

Please sign in to comment.