Skip to content

Commit

Permalink
Support 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Nov 2, 2023
1 parent 0f10726 commit 9895507
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- "9.0.2"
- "9.2.7"
- "9.4.4"
- "9.6.3"
- "9.8.1"
exclude:
- os: macOS-latest
ghc: 9.2.7
Expand Down
12 changes: 6 additions & 6 deletions tomland.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ flag build-play-tomland
manual: True

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

ghc-options: -Wall
-Wcompat
Expand Down Expand Up @@ -133,12 +133,12 @@ library

build-depends: bytestring >= 0.10 && < 0.12
, containers >= 0.5.7 && < 0.7
, deepseq ^>= 1.4
, deepseq >= 1.4 && < 1.6
, hashable >= 1.3.1.0 && < 1.5
, megaparsec >= 7.0.5 && < 9.4
, megaparsec >= 7.0.5 && < 9.7
, mtl >= 2.2 && < 2.4
, parser-combinators >= 1.1.0 && < 1.4
, text >= 1.2 && < 2.1
, text >= 1.2 && < 2.2
, time >= 1.8 && < 1.14
, unordered-containers ^>= 0.2.7
, validation-selective >= 0.1.0 && < 0.3
Expand Down Expand Up @@ -226,8 +226,8 @@ test-suite tomland-test
build-depends: bytestring
, containers >= 0.5.7 && < 0.7
, hashable
, hedgehog >= 1.0.1 && < 1.3
, hspec >= 2.7.1 && < 2.11
, hedgehog >= 1.0.1 && < 1.5
, hspec >= 2.7.1 && < 2.12
, hspec-hedgehog ^>= 0.0.1
, hspec-megaparsec >= 2.0.0 && < 2.3.0
, megaparsec
Expand Down

0 comments on commit 9895507

Please sign in to comment.