Skip to content

Commit

Permalink
Support ghc 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jun 25, 2024
1 parent 135c922 commit f4dbbfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions bench-show.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit f4dbbfa

Please sign in to comment.