doctest-driver-gen

Generate driver file for doctest's cabal integration

https://github.com/Hexirp/doctest-driver-gen#readme

Version on this page:0.2.0.4
LTS Haskell 22.13:0.3.0.8
Stackage Nightly 2024-03-14:0.3.0.8
Latest on Hackage:0.3.0.8

See all snapshots doctest-driver-gen appears in

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.2.0.4@sha256:7712dd780d7152cacec37e9a348d2b5cbf966a499d43af113ed821f488015aae,2458

Module documentation for 0.2.0.4

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.

Usage

{-# OPTIONS_GHC -F -pgmF doctest-driver-gen [-optF DOCTEST_OPTION]... #-}

Make your driver file with the content.

Motivation

This package was motivated by doctest-discover. I want a simpler doctest’s driver file generator.

Changes

Changelog for doctest-driver-gen

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.