-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
50 lines (48 loc) · 1.08 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
spec-version: "0.31"
name: q4c12-xml-desc
version: "0"
homepage: https://github.com/quasicomputational/mega/tree/master/packages/xml-desc
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
defaults:
local: ../../hpack-defaults.yaml
library:
source-dirs:
- src
exposed-modules:
- Q4C12.XMLDesc
- Q4C12.XMLDesc.Class
- Q4C12.XMLDesc.Parse
- Q4C12.XMLDesc.Print
- Q4C12.XMLDesc.RApplicative
- Q4C12.XMLDesc.RELAX
- Q4C12.XMLDesc.TH
# Suppress Paths_*
other-modules: []
dependencies:
base:
mixin:
- hiding (Prelude)
containers:
dlist:
dlist-nonempty:
q4c12-twofinger:
q4c12-position:
q4c12-prelude:
q4c12-xml-core:
safe:
template-haskell:
text:
text-icu:
transformers:
# Hide the leaky WriterT
mixin:
- hiding (Control.Monad.Trans.RWS, Control.Monad.Trans.Writer)
writer-cps-transformers:
#TODO: tests