Skip to content

Commit

Permalink
Unsupport compilers <= 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jun 25, 2024
1 parent 8336864 commit 835dbc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,49 +53,6 @@ jobs:

include:

- name: 8.4.4
ghc_version: 8.4.4
runner: ubuntu-latest
cabal_version: 3.2.0.0
command: cabal-v2

- name: 8.6.5
ghc_version: 8.6.5
runner: ubuntu-latest
cabal_version: 3.2.0.0
command: cabal-v2

- name: 8.8.4
ghc_version: 8.8.4
runner: ubuntu-latest
cabal_version: 3.2.0.0
command: cabal-v2

- name: 8.10.7+text-1.2.5.0
ghc_version: 8.10.7
runner: ubuntu-latest
cabal_version: 3.2.0.0
command: cabal-v2
pack_options: >-
CABAL_BUILD_OPTIONS="--constraint='text==1.2.5.0'"
- name: 8.10.7+no-charts+text-1.2.5.0
ghc_version: 8.10.7
runner: ubuntu-latest
cabal_version: 3.2.0.0
command: cabal-v2
pack_options: >-
CABAL_BUILD_OPTIONS="-f no-charts --constraint='text==1.2.5.0'"
DISABLE_TEST=y
- name: 9.0.1+text-1.2.5.0
ghc_version: 9.0.1
runner: ubuntu-latest
cabal_version: 3.2.0.0
command: cabal-v2
pack_options: >-
CABAL_BUILD_OPTIONS="--constraint='text==1.2.5.0'"
- name: 9.2.8+no-colors
ghc_version: 9.2.8
runner: ubuntu-latest
Expand Down
7 changes: 1 addition & 6 deletions bench-show.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,7 @@ description:
category: Performance, Benchmarking
homepage: https://github.com/composewell/bench-show
license-file: LICENSE
tested-with: GHC==8.4.4
, GHC==8.6.5
, GHC==8.8.4
, GHC==8.10.7
, GHC==9.0.1
, GHC==9.2.8
tested-with: GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.4
, GHC==9.8.1
Expand Down

0 comments on commit 835dbc2

Please sign in to comment.