name: reheat version: 0.1.4 cabal-version: >=1.8 build-type: Simple license: GPL license-file: /home/palo/dev/haskell-workspace/playground/reheat/gpl-3.0.txt copyright: GPL maintainer: Ingolf Wagner stability: experimental homepage: https://github.com/mrVanDalo/reheat bug-reports: https://github.com/mrVanDalo/reheat/issues synopsis: to make notes and reduce impact on idle time on writing other programms. description: a programm to make notes and reduce impact on idle time on writing other programms. category: Todo author: Ingolf Wagner data-dir: "" source-repository head type: git location: http://darcs.haskell.org/cabal-branches/cabal-1.6/ executable reheat build-depends: QuickCheck -any, base >= 2 && < 4, directory -any, text -any, vty -any, vty-ui -any main-is: Main.hs buildable: True hs-source-dirs: src other-modules: Context Main View Task Task.Modification Task.Data test-suite test-reheat build-depends: QuickCheck -any, base >= 2 && < 4, directory -any, text -any, vty -any, vty-ui -any type: exitcode-stdio-1.0 main-is: Main.hs buildable: True cpp-options: -DMAIN_FUNCTION=testMain hs-source-dirs: src