-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
67 lines (63 loc) · 1.47 KB
/
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
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
spec-version: "0.31"
name: q4c12-xhtml2html
version: "0"
homepage: https://github.com/quasicomputational/mega/tree/master/packages/xhtml2html
github: quasicomputational/mega
author: quasicomputational <[email protected]>
license: Apache-2.0 OR LGPL-2.1-or-later
license-file:
- LICENSE.APACHE-2.0
- LICENSE.LGPL-2.1
extra-doc-files:
- README.markdown
extra-source-files:
- test/golden/**/*.in
- test/golden/**/*.out
- test/golden/**/*.fails
defaults:
local: ../../hpack-defaults.yaml
library:
source-dirs:
src
exposed-modules:
- Q4C12.XHTML2HTML
# Suppress Paths_*
other-modules: []
dependencies:
containers:
q4c12-position:
q4c12-prelude:
q4c12-twofinger:
q4c12-xml-core:
text:
executables:
xhtml2html:
main: driver/xhtml2html.hs
# Suppress Paths_*
other-modules: []
dependencies:
q4c12-xhtml2html:
q4c12-prelude:
q4c12-xml-core:
text:
tests:
golden-tests:
main: test/Test.hs
other-modules: []
#TODO: clean up these warnings
ghc-options:
- "-Wno-monomorphism-restriction"
- "-Wno-missing-local-signatures"
dependencies:
q4c12-xhtml2html:
filepath:
q4c12-prelude:
q4c12-xml-core:
tasty:
tasty-golden:
text:
transformers:
mixin:
# Hide the leaky writer versions
- hiding (Control.Monad.Trans.RWS, Control.Monad.Trans.Writer)
#TODO: property-based testing. Round-trip render/parse.