Run doctest's in a Cabal.Test.exitcode-stdio environment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
| Cabal-Version: 2.2
Name: doctest-exitcode-stdio
Version: 0.0.1
License: BSD-3-Clause
License-File: LICENSE
Author: Henning Thielemann <[email protected]>
Maintainer: Henning Thielemann <[email protected]>
Homepage: https://hub.darcs.net/thielema/doctest-exitcode-stdio/
Category: Testing
Synopsis: Run doctest's in a Cabal.Test.exitcode-stdio environment
Description:
Run doctest's in a Cabal.Test.exitcode-stdio environment.
For use with the @doctest-extract@ utility.
Normally, you should not need to import a module from this package,
only generated code will do this.
Tested-With: GHC==7.4.2, GHC==8.6.5
Build-Type: Simple
Source-Repository this
Tag: 0.0.1
Type: darcs
Location: https://hub.darcs.net/thielema/doctest-exitcode-stdio/
Source-Repository head
Type: darcs
Location: https://hub.darcs.net/thielema/doctest-exitcode-stdio/
Library
Build-Depends:
doctest-lib >=0.1 && <0.2,
QuickCheck >=2.12.5 && <3,
transformers >=0.0 && <0.7,
semigroups >=0.18 && <0.21,
base >=4.3 && <5
GHC-Options: -Wall
Hs-Source-Dirs: src
Default-Language: Haskell98
Exposed-Modules:
Test.DocTest.Driver
|