BSD-3-Clause licensed by Hexirp
Maintained by https://github.com/Hexirp/doctest-driver-gen/issues
This version can be pinned in stack with:doctest-driver-gen-0.3.0.6@sha256:4d866d540a5ad0017c712e2d997144734fd9173e51768a1831b2be2e3f382b1d,2338
Module documentation for 0.3.0.6
doctest-driver-gen
doctest-driver-gen is a doctest’s driver file generator. It lets you automatically generate driver file for doctest’s cabal integration.
Versions of doctest available in this library: >= 0.7 && < 0.12 || >= 0.13 && < 0.21
Usage
{-# OPTIONS_GHC -F -pgmF doctest-driver-gen [-optF DOCTEST_OPTION]... #-}
Make your driver file with the content. There is an example:
{-# OPTIONS_GHC -F -pgmF doctest-driver-gen -optF src -optF app #-}
Motivation
This package was motivated by doctest-discover. I want a simpler doctest’s driver file generator.
Changelog for doctest-driver-gen
0.3.0.6
- Update
build-depends
to allow base-4.17.0.0
.
0.3.0.5
- Update
build-depends
to allow base-4.16.0.0
.
0.3.0.4
- Update
build-depends
to allow base-4.15.0.0
.
0.3.0.3
- Update
build-depends
to allow base-4.14.0.0
.
0.3.0.2
- Update
build-depends
to allow base-4.13.0.0
.
0.3.0.1
- Add
build-tool-depends
to make stack test
work normally (contribution by
qrilka).
0.3.0.0
- Update the template file (in
ddgen_output
) to consider to
NoImplicitPrelude
.
- Fix the build fail when GHC’s version is less than 8.0.x.
0.2.0.4
- Update
build-depends
to allow base-4.12.0.0
.
0.2.0.3
- Update
build-depends
to allow doctest-0.16.0.0
.
0.2.0.2
- Update
build-depends
to allow doctest-0.15.0.0
.
0.2.0.1
- Update
build-depends
to allow base-4.11.0.0
.
0.2.0.0
- Add
ddgen_run
.
- Update
ddgen_output
to reduce arguments for simplicity.
- Update
build-depends
to allow doctest-0.14
.
0.1.0.1
- Update
build-depends
to be strict.
0.1.0.0 (Initial)
- Add a executable program: doctest-driver-gen.
- Add
Test.DocTest.Gen
, ddgen
, ddgen_output
, and ddgen_usage
.