packages feed

carettah-0.2.0: carettah.cabal

Name:                   carettah
Version:                0.2.0
Author:                 Kiwamu Okabe <kiwamu@debian.or.jp>
Maintainer:             Kiwamu Okabe <kiwamu@debian.or.jp>
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
  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
  ghc-prof-options:     -auto-all -caf-all

Source-Repository head
  Type:                 git
  Location:             git://gitorious.org/carettah/carettah.git