packages feed

carettah-0.5.1: carettah.cabal

Name:                   carettah
Version:                0.5.1
Author:                 Kiwamu Okabe <kiwamu@debian.or.jp>
Maintainer:             Kiwamu Okabe <kiwamu@debian.or.jp>
License:                GPL-3
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
Extra-source-files:     README.md
Tested-with:            GHC == 8.0.1

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,
                        gtk2hs-buildtools
  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