From f4dbbfafd3779f705e413a95b065e291ade94210 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Tue, 18 Jun 2024 02:55:22 +0530 Subject: [PATCH] Support ghc 9.10 --- .github/workflows/packcheck.yml | 8 ++++++++ bench-show.cabal | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index f72050e..0e2ce7f 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -159,6 +159,14 @@ jobs: cabal_version: 3.10.2.1 command: cabal + - name: 9.10.1 + ghc_version: 9.10.1 + runner: ubuntu-latest + cabal_version: 3.10.2.1 + command: cabal + pack_options: >- + CABAL_PROJECT="cabal.project.ghc-9.10" + # - name: hlint # command: cabal-v2 # runner: ubuntu-latest diff --git a/bench-show.cabal b/bench-show.cabal index 1637740..08c5a45 100644 --- a/bench-show.cabal +++ b/bench-show.cabal @@ -153,7 +153,7 @@ executable bench-show other-modules: Paths_bench_show ghc-options: -Wall build-depends: - base >= 4.8 && < 4.20 + base >= 4.8 && < 4.21 , optparse-applicative >= 0.14.2 && < 0.19 , optparse-simple >= 0.1.0 && < 0.2 , bench-show @@ -174,7 +174,7 @@ test-suite test build-depends: bench-show - , base >= 4.8 && < 4.20 + , base >= 4.8 && < 4.21 , split >= 0.2 && < 0.3 , text >= 1.1.1 && < 2.2 -- , typed-process >= 0.1.0.0 && < 0.3 @@ -193,5 +193,5 @@ test-suite doc build-depends: bench-show - , base >= 4.8 && < 4.20 + , base >= 4.8 && < 4.21 , split >= 0.2 && < 0.3