From a613522a110535f1ccfdfc7cfc809f84a8f27078 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sun, 7 Jan 2024 16:22:43 +0000 Subject: [PATCH 1/2] Bump base --- clay.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clay.cabal b/clay.cabal index 731baa2..2a5e0ab 100644 --- a/clay.cabal +++ b/clay.cabal @@ -77,7 +77,7 @@ Library Clay.Transition Build-Depends: - base >= 4.11 && < 4.18, + base >= 4.11 && < 4.20, mtl >= 1, text >= 0.11 GHC-Options: -Wall -Wcompat @@ -89,7 +89,7 @@ Test-Suite Test-Clay Build-Tools: hspec-discover main-is: Spec.hs Build-Depends: - base >= 4.11 && < 4.18, + base >= 4.11 && < 4.20, mtl >= 1, text >= 0.11, hspec >= 2.2.0, From 77ed0b65dbf34f4220db29063aea2642f7583041 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sun, 7 Jan 2024 16:16:21 +0000 Subject: [PATCH 2/2] Add 9.6 and 9.8 to CI --- .github/workflows/ci.yml | 2 +- cabal.project.9.6.3 | 1 + cabal.project.9.8.1 | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 cabal.project.9.6.3 create mode 120000 cabal.project.9.8.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 068d9e8..bb26d46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2'] + ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2', '9.6.3', '9.8.1'] name: Haskell GHC ${{ matrix.ghc }} cabal env: cabal_project_freeze: cabal.project.${{ matrix.ghc }}.freeze diff --git a/cabal.project.9.6.3 b/cabal.project.9.6.3 new file mode 120000 index 0000000..b4c9cea --- /dev/null +++ b/cabal.project.9.6.3 @@ -0,0 +1 @@ +cabal.project \ No newline at end of file diff --git a/cabal.project.9.8.1 b/cabal.project.9.8.1 new file mode 120000 index 0000000..b4c9cea --- /dev/null +++ b/cabal.project.9.8.1 @@ -0,0 +1 @@ +cabal.project \ No newline at end of file