Cabal-Version:  2.2
Name:           doctest-exitcode-stdio
Version:        0.0
License:        BSD-3-Clause
License-File:   LICENSE
Author:         Henning Thielemann <haskell@henning-thielemann.de>
Maintainer:     Henning Thielemann <haskell@henning-thielemann.de>
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
  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.6,
    semigroups >=0.18 && <0.20,
    base >=4.3 && <5

  GHC-Options:      -Wall
  Hs-Source-Dirs:   src
  Default-Language: Haskell98
  Exposed-Modules:
    Test.DocTest.Driver