Skip to content

Commit

Permalink
Version stretch on base, and updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Aug 19, 2023
1 parent 21ea852 commit 0bdeea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4']
cabal: ['3.4']
ghc: ['8.10', '9.0', '9.2', '9.4', '9.6']
cabal: ['3.4', '3.6']
env:
CONFIG: "--enable-tests --enable-doc --builddir=build/no-full-width-positions"
steps:
Expand Down
4 changes: 2 additions & 2 deletions parsley-core/parsley-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ library

NoStarIsType

-- ghc >= 8.6 && < 9.4,
build-depends: base >= 4.10 && < 4.18,
-- ghc >= 8.6 && < 9.8,
build-depends: base >= 4.10 && < 4.19,
mtl >= 2.2.1 && < 2.3,
hashable >= 1.2.7.0 && < 1.5,
unordered-containers >= 0.2.13 && < 0.3,
Expand Down
4 changes: 2 additions & 2 deletions parsley/parsley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ library

NoStarIsType

-- ghc >= 8.6 && < 9.4,
build-depends: base >= 4.10 && < 4.18,
-- ghc >= 8.6 && < 9.8,
build-depends: base >= 4.10 && < 4.19,
parsley-core >= 2 && < 3,
template-haskell >= 2.14 && < 3,
text >= 1.2.3 && < 2.1
Expand Down

0 comments on commit 0bdeea7

Please sign in to comment.