doctest-lib-0.1: doctest-lib.cabal
Cabal-Version: 2.2
Name: doctest-lib
Version: 0.1
License: MIT
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>, Simon Hengel <sol@typeful.net>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: https://hub.darcs.net/thielema/doctest-lib/
Category: Testing
Synopsis: Parts of doctest exposed as library
Description:
Parts of doctest exposed as library.
For use with the doctest-extract utility.
Tested-With: GHC==7.4.2, GHC==8.6.5
Build-Type: Simple
Source-Repository this
Tag: 0.1
Type: darcs
Location: https://hub.darcs.net/thielema/doctest-lib/
Source-Repository head
Type: darcs
Location: https://hub.darcs.net/thielema/doctest-lib/
Library
Build-Depends:
base >=4.3 && <5
GHC-Options: -Wall
Hs-Source-Dirs: src
Default-Language: Haskell98
Exposed-Modules:
Test.DocTest.Parse
Test.DocTest.Location
Test.DocTest.Base