DocTest-0.0.1: DocTest.cabal
name: DocTest
version: 0.0.1
stability: experimental
synopsis: Test interactive Haskell examples
description: DocTest checks examples in source code comments.
It is modeled after doctest for Python
(<http://docs.python.org/library/doctest.html>).
category: Testing
homepage: http://code.haskell.org/~sih/code/DocTest.git/
license: BSD3
license-file: LICENSE
author: Simon Hengel
maintainer: simon.hengel@web.de
build-depends:
base
, HUnit
, parsec
, haskell-src
, directory
, filepath
, plugins
build-type: Simple
extra-source-files:
Test/DocTest.hs
, Test/DocTest/Error.hs
, Test/DocTest/Parser.hs
, Test/DocTest/Util.hs
executable: doctest
main-is: Main.hs