File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,9 @@ There are a few useful flags:
25
25
the autodetection doesn't work correctly (which may be the
26
26
case for old versions of GHC.)
27
27
28
- doctests
29
- ========
28
+ ### How to run the doctests
30
29
31
- You need to install the doctest tool. Make sure it's compiled with your current
30
+ You need to install the ` doctest ` tool. Make sure it's compiled with your current
32
31
GHC, and don't forget to reinstall it every time you switch GHC version:
33
32
34
33
``` shellsession
@@ -45,7 +44,7 @@ In this example we have run doctests in `Cabal-syntax`. Notice, that some
45
44
components have broken doctests
46
45
([ #8734 ] ( https://github.com/haskell/cabal/issues/8734 ) );
47
46
our CI currently checks that ` Cabal-syntax ` and ` Cabal ` doctests pass via
48
- ` make doctest-install && make doctest ` (you can use this make-based workflow too).
47
+ ` make doctest-install && make doctest ` (you can use this ` make ` -based workflow too).
49
48
50
49
How to write
51
50
------------
You can’t perform that action at this time.
0 commit comments