Name: carettah Version: 0.3.0 Author: Kiwamu Okabe Maintainer: Kiwamu Okabe License: GPL-2 License-File: COPYING Synopsis: A presentation tool written with Haskell. Description: A presentation tool written with Haskell. Category: Graphics Stability: Experimental Cabal-Version: >= 1.6 Build-Type: Simple Homepage: http://carettah.masterq.net/ Tested-with: GHC == 7.6.3 data-files: data/turtle.png, data/debian.png, data/notfound.png Executable _carettah_main_ hs-source-dirs: . main-is: Carettah.hs build-depends: base >= 4 && < 5, filepath, time, mtl, directory, pandoc, gtk, cairo, pango, hcwiid, highlighting-kate other-modules: Paths_carettah Config Render WrapPaths FormatPangoMarkup ghc-options: -Wall -rtsopts ghc-prof-options: -auto-all -caf-all Executable carettah hs-source-dirs: . main-is: Runner.hs build-depends: base >= 4 && < 5, filepath, process other-modules: Paths_carettah ghc-options: -Wall ghc-prof-options: -auto-all -caf-all Source-Repository head Type: git Location: https://github.com/master-q/carettah.git