nemesis-2009.8.16: nemesis.cabal
Name: nemesis
Version: 2009.8.16
Build-type: Simple
Synopsis: a Rake like task management tool
Description: smart per project code snippets
License: BSD3
License-file: LICENSE
Author: Wang, Jinjing
Maintainer: Wang, Jinjing <nfjinjing@gmail.com>
Build-Depends: base
Cabal-version: >= 1.2
category: Web
homepage: http://github.com/nfjinjing/nemesis
data-files: readme.md, changelog.md, known-issues.md, Nemesis
library
ghc-options: -Wall
build-depends: base >= 4 && < 5, old-time, time, haskell98, mtl, process, containers, data-default, Glob >= 0.4, mps >= 2009.7.4
hs-source-dirs: src/
exposed-modules:
System.Nemesis
System.Nemesis.DSL
other-modules:
System.Nemesis.Util
Executable nemesis
ghc-options: -Wall
build-depends: base >= 4 && < 5, haskell98, mtl, process, containers, data-default, directory
hs-source-dirs: src/
main-is: System/Nemesis/Runner.hs
other-modules: System.Nemesis.Util
System.Nemesis.DSL