-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
52 lines (50 loc) · 1011 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
42
43
44
45
46
47
48
49
50
51
52
spec-version: "0.31"
name: q4c12-defrost
version: "0"
homepage: https://github.com/quasicomputational/mega/tree/master/packages/defrost
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
extra-doc-files:
- "README.markdown"
library:
source-dirs:
- src
exposed-modules:
- Q4C12.Defrost
other-modules: []
dependencies:
aeson:
base:
mixin:
- hiding (Prelude)
Cabal:
containers:
dlist-nonempty:
lens:
q4c12-aeson-cabal:
q4c12-prelude:
q4c12-project-file:
text:
tests:
tasty:
main: test/tasty.hs
other-modules: []
dependencies:
q4c12-defrost:
base:
mixin:
- hiding (Prelude)
bytestring:
Cabal:
containers:
q4c12-prelude:
q4c12-project-file:
tasty:
tasty-hunit:
text: