name: DocTest version: 0.0.2 stability: experimental synopsis: Test interactive Haskell examples description: DocTest checks examples in source code comments. It is modeled after doctest for Python (). 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 , process 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