forked from master-q/carettah
-
Notifications
You must be signed in to change notification settings - Fork 1
/
carettah.cabal
54 lines (50 loc) · 1.92 KB
/
carettah.cabal
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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: src
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 >= 0.6.4,
gtk2hs-buildtools,
config-value
other-modules: Paths_carettah
, Carettah.Config
, Carettah.Render
, Carettah.WrapPaths
, Carettah.FormatPangoMarkup
ghc-options: -Wall -rtsopts
Executable carettah
hs-source-dirs: src
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