This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.yaml
118 lines (109 loc) · 2.09 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: stackage-curator
version: 0.17.1.0
synopsis: Tools for curating Stackage bundles
description: Please see <http://www.stackage.org/package/stackage-curator> for a description and documentation.
github: fpco/stackage-curator
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: [email protected]
category: Distribution
extra-source-files:
- README.md
- ChangeLog.md
- test/test-build-constraints.yaml
dependencies:
- base >= 4 && < 5
- containers
- Cabal >= 2.4 && < 2.5
- tar >= 0.3
- zlib
- bytestring
- directory
- filepath
- transformers
- process
- old-locale
- time
- utf8-string
- conduit-extra
- classy-prelude-conduit >= 1
- text
- mtl
- aeson
- yaml
- unix-compat
- http-client >= 0.5
- http-conduit
- http-client-tls
- temporary
- data-default-class
- stm >= 2.5
- mono-traversable
- async
- streaming-commons >= 0.1.7.1
- semigroups
- xml-conduit
- conduit
- blaze-html
- html-conduit
- mime-types
- amazonka >= 1.4.5
- amazonka-s3
- amazonka-core
- xml-types
- cryptonite
- cryptonite-conduit
- memory
- resourcet
- lucid
- store
- syb
- safe
- vector
- exceptions
- unordered-containers
- hashable
library:
source-dirs: src
other-modules: Control.Monad.Trans.RWS.Ref
executables:
stackage-curator:
source-dirs: app
main: stackage.hs
dependencies:
- stackage-curator
- optparse-applicative >= 0.11
- optparse-simple
- http-client
- http-client-tls
- text
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
stackage-build-plan:
main: stackage-build-plan.hs
source-dirs: app
dependencies:
- stackage-curator
- optparse-applicative
- optparse-simple
- text
- aeson >= 1
tests:
spec:
source-dirs: test
main: Spec.hs
dependencies:
- stackage-curator
- hspec
- QuickCheck
- text
- classy-prelude-conduit
- Cabal
- yaml
- containers
- http-client
- http-client-tls
- directory