We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14727bc commit 4a082edCopy full SHA for 4a082ed
.github/workflows/quick-jobs.yml
@@ -69,8 +69,8 @@ jobs:
69
- name: ghcup
70
run: |
71
ghcup config set cache true
72
- ghcup install ghc 8.10.7
73
- ghcup set ghc 8.10.7
+ ghcup install ghc recommended
+ ghcup set ghc recommended
74
- name: Update Hackage index
75
run: cabal v2-update
76
- name: Install doctest
Makefile
@@ -74,7 +74,7 @@ ghcid-cli :
# doctests (relies on .ghc.environment files)
doctest :
77
- doctest --fast Cabal-syntax/src Cabal/src
+ doctest --fast -XHaskell2010 Cabal-syntax/src Cabal/src
78
79
# This is not run as part of validate.sh (we need hackage-security, which is tricky to get).
80
doctest-cli :
0 commit comments