Skip to content
Snippets Groups Projects
Commit 0dad9e39 authored by Artem Pelenitsyn's avatar Artem Pelenitsyn Committed by Mergify
Browse files

testuite: doctest: move to ghc recommended

(cherry picked from commit ce2c92fc)
parent 22a0257e
No related branches found
Tags ghc-8.8.1-release
No related merge requests found
...@@ -69,8 +69,8 @@ jobs: ...@@ -69,8 +69,8 @@ jobs:
- name: ghcup - name: ghcup
run: | run: |
ghcup config set cache true ghcup config set cache true
ghcup install ghc 8.10.7 ghcup install ghc recommended
ghcup set ghc 8.10.7 ghcup set ghc recommended
- name: Update Hackage index - name: Update Hackage index
run: cabal v2-update run: cabal v2-update
- name: Install doctest - name: Install doctest
......
...@@ -74,7 +74,7 @@ ghcid-cli : ...@@ -74,7 +74,7 @@ ghcid-cli :
# doctests (relies on .ghc.environment files) # doctests (relies on .ghc.environment files)
doctest : doctest :
doctest --fast Cabal-syntax/src Cabal/src doctest --fast -XHaskell2010 Cabal-syntax/src Cabal/src
# This is not run as part of validate.sh (we need hackage-security, which is tricky to get). # This is not run as part of validate.sh (we need hackage-security, which is tricky to get).
doctest-cli : doctest-cli :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment