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
1f4c7164
Commit
1f4c7164
authored
1 year ago
by
andreas.abel
Committed by
Mikolaj
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
README of testsuite: fix formatting in `doctest` section
parent
bf52f18d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cabal-testsuite/README.md
+3
-4
3 additions, 4 deletions
cabal-testsuite/README.md
with
3 additions
and
4 deletions
cabal-testsuite/README.md
+
3
−
4
View file @
1f4c7164
...
...
@@ -25,10 +25,9 @@ There are a few useful flags:
the autodetection doesn't work correctly (which may be the
case for old versions of GHC.)
doctests
========
### How to run the doctests
You need to install the doctest tool. Make sure it's compiled with your current
You need to install the
`
doctest
`
tool. Make sure it's compiled with your current
GHC, and don't forget to reinstall it every time you switch GHC version:
```
shellsession
...
...
@@ -45,7 +44,7 @@ In this example we have run doctests in `Cabal-syntax`. Notice, that some
components have broken doctests
(
[
#8734
](
https://github.com/haskell/cabal/issues/8734
)
);
our CI currently checks that
`Cabal-syntax`
and
`Cabal`
doctests pass via
`make doctest-install && make doctest`
(you can use this make-based workflow too).
`make doctest-install && make doctest`
(you can use this
`
make
`
-based workflow too).
How to write
------------
...
...
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