Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
0dad9e39
Commit
0dad9e39
authored
2 years ago
by
Artem Pelenitsyn
Committed by
Mergify
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testuite: doctest: move to ghc recommended
(cherry picked from commit
ce2c92fc
)
parent
22a0257e
No related branches found
Branches containing commit
Tags
ghc-8.8.1-release
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/quick-jobs.yml
+2
-2
2 additions, 2 deletions
.github/workflows/quick-jobs.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
3 additions
and
3 deletions
.github/workflows/quick-jobs.yml
+
2
−
2
View file @
0dad9e39
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
0dad9e39
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment