name: nemesis category: Tools version: 2018.1.27 cabal-version: >= 1.18 license: BSD3 license-file: LICENSE author: Jinjing Wang maintainer: Jinjing Wang build-type: Simple tested-with: GHC == 8.2.2 synopsis: a task management tool for Haskell description: Organize common shell tasks into a meaningful tree like structure with dependency tracking homepage: http://github.com/nfjinjing/nemesis extra-doc-files: readme.md , changelog.md , known-issues.md source-repository head type: git location: https://github.com/nfjinjing/nemesis.git library ghc-options: -Wall -fno-warn-unused-do-bind default-language: Haskell2010 build-depends: base > 4 && <= 6 , Glob >= 0.9 , containers , directory , dlist , lens , mtl , process , time hs-source-dirs: src/ exposed-modules: System.Nemesis System.Nemesis.DSL System.Nemesis.Env System.Nemesis.Driver System.Nemesis.Type System.Nemesis.Utils