Cabal-Version:  2.2
Name:           doctest-lib
Version:        0.0
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.0
  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:
--    QuickCheck >=2 && <3,
    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
--    Test.DocTest.Short