All Versions
8
Latest Version
Avg Release Cycle
126 days
Latest Release
1898 days ago
Changelog History
Changelog History
-
v1.0.8 Changes
October 02, 2019- ๐ฆ Pass
-package-env=-
when compiler supports it - Amend examples to
unsetEnv "GHC_ENVIRONMENT"
- ๐ฆ Pass
-
v1.0.7 Changes
August 26, 2019- โ
Make
Distribution.Extra.Doctest
-Wall
-clean - ๐ Support GHC-8.8, base-4.13, and Cabal-3.0
- โ
Make
-
v1.0.6 Changes
January 28, 2018- ๐ Hook
haddock
build too. Fixes issue whenhaddock
fails, asBuild_doctests
isn't generated.
- ๐ Hook
-
v1.0.5 Changes
January 26, 2018- โ Add a hack so
Build_doctests
module is automatically added to toother-modules
andautogen-modules
when compiled with Cabal-2.0. Thanks to that, we don't get warnings because of-Wmissing-home-modules
.
- โ Add a hack so
-
v1.0.4 Changes
December 05, 2017- โ Add support for doctests in executables and (with
Cabal-2.0
or later) internal libraries. Refer to theREADME
for more details.
- โ Add support for doctests in executables and (with
-
v1.0.3 Changes
November 02, 2017- โ Add an explicit
Prelude
import toBuild_doctests
- โ Add an explicit
-
v1.0.2 Changes
May 16, 2017โ Add
defaultMainAutoconfWithDoctests
andaddDoctestsUserHook
.โ Add support for
.hsc
and other preprocessed files (#8)โ Add support for
x-doctest-source-dirs
andx-doctest-modules
.
-
v1.0.1 Changes
May 05, 2017โ Add support for
x-doctest-options
cabal-file field๐ Proper support for GHC-8.2.1 & Cabal-2.0.0.0
โ Add support to
default-extensions
in library.