doctest-driver-gen: Generate driver file for doctest's cabal integration

[ bsd3, library, program, testing ] [ Propose Tags ]

doctest-driver-gen is a doctest's driver file generator. It lets you automatically generate driver file for doctest's cabal integration.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.0.7, 0.3.0.8 (info)
Change log CHANGELOG.md
Dependencies base (>=4.0 && <4.16), doctest-driver-gen [details]
License BSD-3-Clause
Copyright (C) Hexirp 2017-2021
Author Hexirp
Maintainer https://github.com/Hexirp/doctest-driver-gen/issues
Revised Revision 2 made by Hexirp at 2021-11-15T09:58:36Z
Category Testing
Home page https://github.com/Hexirp/doctest-driver-gen#readme
Source repo head: git clone https://github.com/Hexirp/doctest-driver-gen
this: git clone https://github.com/Hexirp/doctest-driver-gen(tag 0.3.0.4)
Uploaded by Hexirp at 2021-06-13T11:19:14Z
Distributions Arch:0.3.0.8, LTSHaskell:0.3.0.8, NixOS:0.3.0.8, Stackage:0.3.0.8
Executables doctest-driver-gen
Downloads 7470 total (73 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
All reported builds failed as of 2021-06-13 [all 1 reports]

Readme for doctest-driver-gen-0.3.0.4

[back to package description]

doctest-driver-gen

Hackage version Build Status Stackage LTS Stackage Nightly

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.19

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.