-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
52 lines (50 loc) · 1.07 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
spec-version: "0.31"
name: q4c12-meta
version: "0"
homepage: https://github.com/quasicomputational/mega/tree/master/packages/meta
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
defaults:
local: ../../hpack-defaults.yaml
library:
source-dirs:
- src
exposed-modules:
- Q4C12.Meta
# Suppress Paths_*
other-modules: []
dependencies:
aeson:
base:
mixin:
- hiding (Prelude)
bytestring:
Cabal:
cabal-plan:
containers:
lens:
monoidal-containers:
optparse-applicative:
process:
q4c12-defrost:
q4c12-freeze-plan:
q4c12-prelude:
q4c12-project-file:
q4c12-xml-core:
q4c12-xml-desc:
text:
transformers:
mixin:
# Hide the leaky writer versions
- hiding (Control.Monad.Trans.RWS, Control.Monad.Trans.Writer)
writer-cps-transformers:
executables:
meta:
main: driver/meta.hs
other-modules: []
dependencies:
q4c12-meta: