Name: nemesis Version: 2009.6.12 Build-type: Simple Synopsis: a rake like task management tool Description: a rake like task management tool License: BSD3 License-file: LICENSE Author: Wang, Jinjing Maintainer: Wang, Jinjing Build-Depends: base Cabal-version: >= 1.2 category: Web homepage: http://github.com/nfjinjing/nemesis data-files: readme.md, changelog.md library ghc-options: -Wall build-depends: base >= 4 && < 5, haskell98, mtl, process, containers, data-default, mps >= 2009.5.13 hs-source-dirs: src/ exposed-modules: System.Nemesis Executable nemesis ghc-options: -Wall build-depends: base >= 4 && < 5, haskell98, mtl, process, containers, data-default, mps >= 2009.5.13 hs-source-dirs: src/ main-is: Runner.hs