~ubuntu-branches/ubuntu/trusty/carettah/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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