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:a951da8b112b6c6916273eb76b5ee346a8f30a8c796038b073f46cc0fc1d0793,1770

Module documentation for 0.1.0.1

Used by 1 package in nightly-2017-10-09(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.