-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
34 lines (32 loc) · 852 Bytes
/
package.yaml
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
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'.
homepage: https://github.com/zudov/haskell-comark#readme
license: BSD3
author: Konstantin Zudov
maintainer: [email protected]
copyright: 2017 Konstantin zudov
category: Text
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- syb
- text
- highlighting-kate
- blaze-html
- comark
- comark-syntax
- comark-parser
- comark-html
executables:
comark-examples-mark2html:
source-dirs: src
main: mark2html.hs
comark-examples-github_urls:
source-dirs: src
main: github_urls.hs
comark-examples-highlight:
source-dirs: src
main: highlight.hs