From 0bdeea70eb5d319123a7fea3369de940d32aa91e Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Sat, 19 Aug 2023 18:52:02 +0100 Subject: [PATCH] Version stretch on base, and updated CI --- .github/workflows/ci.yaml | 4 ++-- parsley-core/parsley-core.cabal | 4 ++-- parsley/parsley.cabal | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2b98185..ae2505fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/parsley-core/parsley-core.cabal b/parsley-core/parsley-core.cabal index d2ca677d..95e06df4 100644 --- a/parsley-core/parsley-core.cabal +++ b/parsley-core/parsley-core.cabal @@ -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, diff --git a/parsley/parsley.cabal b/parsley/parsley.cabal index 22ecd0f5..020a1eb3 100644 --- a/parsley/parsley.cabal +++ b/parsley/parsley.cabal @@ -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