shadower-0.1.0.6: shadower.cabal
name: shadower
version: 0.1.0.6
synopsis: An automated way to run doctests in files that are changing
description: Shadower watches folders with Haskell sources, and runs doctests in files that are modified
homepage: http://github.com/karun012/shadower
license: PublicDomain
license-file: LICENSE
author: Karun Ramakrishnan
maintainer: karun012@gmail.com
category: Testing
build-type: Simple
cabal-version: >=1.10
executable shadower
default-language: Haskell2010
build-depends: base >4 && <5, fsnotify, process, system-filepath, text, filemanip, MissingH, doctest, safe >=0.3.3, mtl
other-modules: ShadowerFunctions
main-is: Shadower.hs
HS-Source-Dirs: src
test-suite doctests
default-language: Haskell2010
type: exitcode-stdio-1.0
ghc-options: -threaded
main-is: doctests.hs
build-depends: base >4 && <5, fsnotify, process, system-filepath, text, filemanip, MissingH, doctest, safe >=0.3.3, mtl
HS-Source-Dirs: test