Skip to content

Commit 56533d9

Browse files
Bump to v4.0
1 parent fd82c1b commit 56533d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doctest-parallel.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.0
22

33
name: doctest-parallel
4-
version: 0.3.1.1
4+
version: 0.4
55
synopsis: Test interactive Haskell examples
66
description: The doctest program checks examples in source code comments. It is modeled
77
after doctest for Python (<https://docs.python.org/3/library/doctest.html>).

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rm -rf .ghc.env*
88
cabal update
99
cabal sdist
1010
cabal v2-haddock doctest-parallel \
11-
--with-compiler ghc-9.6.2 \
11+
--with-compiler ghc-9.6.7 \
1212
--haddock-for-hackage \
1313
--haddock-hyperlinked-source \
1414
--enable-documentation

0 commit comments

Comments
 (0)