-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpandoc-narrative-charts.cabal
More file actions
36 lines (34 loc) · 1.23 KB
/
Copy pathpandoc-narrative-charts.cabal
File metadata and controls
36 lines (34 loc) · 1.23 KB
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
name: pandoc-narrative-charts
version: 0.2.1.0
synopsis: Pandoc filter to generate story narrative charts
description: Creates embedded svg from code blocks.
license: MIT
license-file: LICENSE
author: Lars Krueger
maintainer: lars_e_krueger@gmx.de
copyright: (c) 2017 Lars Krueger
category: Text
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
source-repository this
type: git
location: https://github.com/LarsEKrueger/pandoc-narrative-charts.git
tag: v_0.2.1.0
executable pandoc-narrative-charts
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <5,
pandoc-types == 1.23.*,
bytestring >= 0.10,
aeson >= 1.5,
containers >= 0.5,
blaze-svg >= 0.3,
blaze-markup >= 0.7,
text >= 1.2,
data-default >= 0.7,
yaml >= 0.8,
vector >= 0.11
hs-source-dirs: src
default-language: Haskell2010