name:                shadower
version:             0.1.0.4
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
  main-is:            Shadower.hs 
  HS-Source-Dirs:     src