From bf272efd5e52fe5b1436e81aaf82a5ff4e471fe1 Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Wed, 15 May 2024 10:14:13 -0700 Subject: [PATCH] Allow ghc-9.8 --- .github/workflows/haskell-ci.yml | 5 +++++ demo/demo.cabal | 1 + lib/falsify.cabal | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index adb1a45..95934a3 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -28,6 +28,11 @@ jobs: strategy: matrix: include: + - compiler: ghc-9.8.2 + compilerKind: ghc + compilerVersion: 9.8.2 + setup-method: ghcup + allow-failure: false - compiler: ghc-9.6.5 compilerKind: ghc compilerVersion: 9.6.5 diff --git a/demo/demo.cabal b/demo/demo.cabal index 4062937..2cc1af9 100644 --- a/demo/demo.cabal +++ b/demo/demo.cabal @@ -12,6 +12,7 @@ tested-with: GHC==8.10.7 , GHC==9.2.8 , GHC==9.4.8 , GHC==9.6.5 + , GHC==9.8.2 common lang ghc-options: diff --git a/lib/falsify.cabal b/lib/falsify.cabal index 2fe841e..1b59d83 100644 --- a/lib/falsify.cabal +++ b/lib/falsify.cabal @@ -30,6 +30,7 @@ tested-with: GHC==8.10.7 , GHC==9.2.8 , GHC==9.4.8 , GHC==9.6.5 + , GHC==9.8.2 source-repository head type: git @@ -41,7 +42,7 @@ common lang -Wredundant-constraints -Widentities build-depends: - base >= 4.12 && < 4.19 + base >= 4.12 && < 4.20 default-language: Haskell2010 default-extensions: