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.1.0.1@sha256:6fbaa53f08d103bdf8af4b1b473ce5b87047046cbb57db85479c8beb17d20500,1954

Module documentation for 0.1.0.1

Used by 1 package in nightly-2017-10-28(full list with versions):

doctest-driver-gen

Hackage version Build Status

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

Usage

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

Make your driver file with the content. OPTION is doctest’s option. You can see help with doctest --help.

Motivation

This package was motivated by doctest-discover.

Changes

Changelog for doctest-driver-gen

0.1.0.1

  • Update build-depends to be strict.

0.1.0.0 (Initial)

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

Usage

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

Make your driver file with the content. OPTION is doctest’s option. You can see help with doctest --help.