-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.yaml
41 lines (35 loc) · 862 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
35
36
37
38
39
40
41
name: markdown-unlit
version: 0.6.0
synopsis: Literate Haskell support for Markdown
category: Development
license: MIT
copyright: (c) 2012-2023 Simon Hengel
author: Simon Hengel <[email protected]>
maintainer: Simon Hengel <[email protected]>
description: "Documentation is here: <https://github.com/sol/markdown-unlit#readme>"
github: sol/markdown-unlit
ghc-options: -Wall
dependencies:
- base == 4.*
- base-compat
library:
source-dirs: src
executables:
markdown-unlit:
main: Main.hs
source-dirs:
- driver
dependencies:
- markdown-unlit
tests:
spec:
defaults: hspec/[email protected]
cpp-options: -DTEST
source-dirs:
- src
dependencies:
- directory
- QuickCheck
- silently
- stringbuilder
- temporary