packages feed

carettah-0.4.2: carettah.cabal

Name:                   carettah
Version:                0.4.2
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:               https://github.com/master-q/carettah
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,
                        text,
                        filepath,
                        time,
                        mtl,
                        directory,
                        pandoc >= 1.14,
                        gtk >= 0.13,
                        cairo,
                        pango,
                        hcwiid,
                        highlighting-kate
  other-modules:        Paths_carettah Config Render WrapPaths FormatPangoMarkup
  ghc-options:          -Wall -rtsopts

Executable              carettah
  hs-source-dirs:       .
  main-is:              Runner.hs
  build-depends:        base >= 4 && < 5,
                        filepath,
                        process
  other-modules:        Paths_carettah
  ghc-options:          -Wall

Source-Repository head
  Type:                 git
  Location:             https://github.com/master-q/carettah.git