-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzfilters.cabal
60 lines (55 loc) · 1.88 KB
/
zfilters.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
55
56
57
58
59
60
name: zfilters
version: 0.1.0.0
synopsis: Simple project template from stack
description: Please see README.md
homepage: http://github.com/githubuser/zfilters#readme
license: BSD3
author: Author name here
maintainer: example@example.com
copyright: 2010 Author Here
category: Web
build-type: Simple
cabal-version: >=1.10
executable pandoc-dot
hs-source-dirs: .
main-is: pandoc-dot.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5,
pandoc-types >= 1.16,
process,
unix
executable pandoc-gravatar
hs-source-dirs: .
main-is: pandoc-gravatar.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5,
pandoc-types >= 1.16,
gravatar,
text-regex-replace,
bytestring,
text
executable pandoc-gnuplot
hs-source-dirs: .
main-is: pandoc-gnuplot.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5,
pandoc-types >= 1.16,
process,
unix,
regex-compat
executable pandoc-minted
hs-source-dirs: .
main-is: pandoc-minted.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5,
pandoc-types >= 1.16,
process,
unix
executable pandoc-sh
hs-source-dirs: .
main-is: pandoc-sh.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5,
pandoc-types >= 1.16,
process,
unix