-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomark-examples.cabal
76 lines (71 loc) · 1.68 KB
/
comark-examples.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
70
71
72
73
74
75
76
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6eb5a74f0981657dca8037d444f675e73e4c020edbf3c8f01218223dd2b58d20
name: comark-examples
version: 0.1.0
synopsis: Example usages of comark.
description: Every example is a self contained executable that starts with 'comark-example'.
category: Text
homepage: https://github.com/zudov/haskell-comark#readme
author: Konstantin Zudov
maintainer: co@zudov.me
copyright: 2017 Konstantin zudov
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
executable comark-examples-github_urls
main-is: github_urls.hs
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, blaze-html
, comark
, comark-html
, comark-parser
, comark-syntax
, highlighting-kate
, syb
, text
other-modules:
Paths_comark_examples
default-language: Haskell2010
executable comark-examples-highlight
main-is: highlight.hs
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, blaze-html
, comark
, comark-html
, comark-parser
, comark-syntax
, highlighting-kate
, syb
, text
other-modules:
Paths_comark_examples
default-language: Haskell2010
executable comark-examples-mark2html
main-is: mark2html.hs
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, blaze-html
, comark
, comark-html
, comark-parser
, comark-syntax
, highlighting-kate
, syb
, text
other-modules:
Paths_comark_examples
default-language: Haskell2010