forked from italia/docs-italia-comandi-conversione
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs-italia-comandi-conversione.cabal
69 lines (64 loc) · 2.15 KB
/
docs-italia-comandi-conversione.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
61
62
63
64
65
66
67
68
69
-- Initial pandoc-docs2rst.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: docs-italia-comandi-conversione
version: 0.2.2.0
-- synopsis:
-- description:
license: AGPL-3
license-file: LICENSE
author: danse
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
executable converti
main-is: converti.hs
build-depends: base >=4.10 && <4.11,
turtle,
text,
filepath,
directory,
pandoc == 2.2.174
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -threaded
executable pandoc
main-is: pandoc.hs
build-depends: base >=4.10 && <4.11,
pandoc == 2.2.174
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -threaded
executable pandoc-to-sphinx
main-is: pandoc-to-sphinx.hs
build-depends: base >=4.10 && <4.11,
turtle,
text,
filepath,
directory,
pandoc == 2.2.174,
pandoc-types,
optparse-applicative,
aeson
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -threaded
executable pandoc-font-to-style
main-is: pandoc-font-to-style.hs
build-depends: base >=4.10 && <4.11,
text,
filepath,
directory,
pandoc == 2.2.174,
aeson,
bytestring,
containers,
optparse-applicative,
pandoc,
pandoc-types,
text
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -threaded