diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 09fc67f6..2ce0a91c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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: