Skip to content

Commit

Permalink
try base-4.16.0.0 instead of head
Browse files Browse the repository at this point in the history
  • Loading branch information
rnjtranjan committed Jul 29, 2021
1 parent c9232b0 commit ae4d744
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# packcheck environment variables
LC_ALL: C.UTF-8
BUILD: ${{ matrix.build }}
GHCVER: ${{ matrix.ghc_version }}
#GHCVER: ${{ matrix.ghc_version }}
DISABLE_DOCS: ${{ matrix.disable_docs }}
DISABLE_TEST: ${{ matrix.disable_test }}
DISABLE_DIST_CHECKS: ${{ matrix.disable_dist_checks }}
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
fail-fast: false
matrix:
name:
- ghc_HEAD
- 9.0.1
- 8.10.4+stack
- 8.10.4+macOS
Expand All @@ -61,6 +62,12 @@ jobs:
- 8.4.4+debug
cabal_version: ["3.4"]
include:
- name: ghc_HEAD
ghc_version: "base-4.16.0.0"
build: cabal-v2
cabal_build_options: "--allow-newer=hsc2hs"
disable_sdist_build: "y"
runner: ubuntu-latest
- name: 9.0.1
ghc_version: 9.0.1
build: cabal-v2
Expand Down

0 comments on commit ae4d744

Please sign in to comment.