Skip to content

Commit 0e051cc

Browse files
author
Gaël Deest
authored
Merge pull request #1557 from ysangkok/janus/newer-stack
Use Stack 2.7.5, cleanup allow-newer/CI
2 parents af3dde1 + bbd82a7 commit 0e051cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
cabal test all
6060
6161
- name: Run doctests
62-
# doctests are broken on GHC 9 due to compiler bug:
63-
# https://gitlab.haskell.org/ghc/ghc/-/issues/19460
64-
continue-on-error: ${{ matrix.ghc == '9.0.1' }}
6562
run: |
6663
# Necessary for doctest to be found in $PATH
6764
export PATH="$HOME/.cabal/bin:$PATH"
@@ -83,7 +80,7 @@ jobs:
8380
runs-on: ubuntu-latest
8481
strategy:
8582
matrix:
86-
stack: ["2.7.3"]
83+
stack: ["2.7.5"]
8784
ghc: ["8.10.7"]
8885

8986
steps:

0 commit comments

Comments
 (0)