We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd82c1b commit 56533d9Copy full SHA for 56533d9
doctest-parallel.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.0
2
3
name: doctest-parallel
4
-version: 0.3.1.1
+version: 0.4
5
synopsis: Test interactive Haskell examples
6
description: The doctest program checks examples in source code comments. It is modeled
7
after doctest for Python (<https://docs.python.org/3/library/doctest.html>).
release.sh
@@ -8,7 +8,7 @@ rm -rf .ghc.env*
8
cabal update
9
cabal sdist
10
cabal v2-haddock doctest-parallel \
11
- --with-compiler ghc-9.6.2 \
+ --with-compiler ghc-9.6.7 \
12
--haddock-for-hackage \
13
--haddock-hyperlinked-source \
14
--enable-documentation
0 commit comments