Merge pull request #1557 from ysangkok/janus/newer-stack

Use Stack 2.7.5, cleanup allow-newer/CI
This commit is contained in:
Gaël Deest 2022-03-22 11:36:17 +01:00 committed by GitHub
commit 0e051ccfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -59,9 +59,6 @@ jobs:
cabal test all
- name: Run doctests
# doctests are broken on GHC 9 due to compiler bug:
# https://gitlab.haskell.org/ghc/ghc/-/issues/19460
continue-on-error: ${{ matrix.ghc == '9.0.1' }}
run: |
# Necessary for doctest to be found in $PATH
export PATH="$HOME/.cabal/bin:$PATH"
@ -83,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
stack: ["2.7.3"]
stack: ["2.7.5"]
ghc: ["8.10.7"]
steps: