This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
/
elm-package.cabal
147 lines (129 loc) · 3.23 KB
/
elm-package.cabal
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Name: elm-package
Version: 0.18
Synopsis:
Package manager for Elm libraries
Description:
elm-package is a package manager that lets you install, update, and
publish Elm libraries.
Homepage:
http://github.com/elm-lang/elm-package
License: BSD3
License-file: LICENSE
Author: Evan Czaplicki
Maintainer: info@elm-lang.org
Copyright: Copyright: (c) 2013-2014 Evan Czaplicki
Category: Language
Build-type: Simple
Cabal-version: >=1.9
source-repository head
type: git
location: git://github.com/elm-lang/elm-package.git
Library
ghc-options:
-threaded -O2 -W
Hs-Source-Dirs:
src
exposed-modules:
Elm.Package.Constraint,
Elm.Package.Description,
Elm.Package.Initialize,
Elm.Package.Paths,
Elm.Package.Solution,
GitHub
other-modules:
Catalog,
CommandLine.Helpers,
Diff.Magnitude,
Install,
Install.Fetch,
Install.Plan,
Install.Solver,
Manager,
Paths_elm_package,
Reporting.Error,
Store,
Utils.Http
Build-depends:
aeson >= 0.11,
aeson-pretty,
ansi-wl-pprint >= 0.6.7.3,
base >=4.2 && <5,
binary >= 0.7 && < 0.8,
containers >= 0.3 && < 0.6,
bytestring >= 0.9 && < 0.11,
directory >= 1.0 && < 2.0,
edit-distance,
elm-compiler == 0.18,
filepath >= 1 && < 2.0,
HTTP >= 4000.2.5 && < 4000.4,
http-client >= 0.4.15 && < 0.5,
http-client-tls >= 0.2 && < 0.3,
http-types >= 0.7 && < 0.9,
mtl >= 2.2.1 && < 3,
network >= 2.4 && < 2.7,
parallel-io,
text,
time,
unordered-containers,
vector >= 0.10 && < 0.12,
zip-archive
Executable elm-package
ghc-options:
-threaded -O2 -W
Hs-Source-Dirs:
src
Main-is:
Main.hs
other-modules:
Bump,
Catalog,
CommandLine.Arguments,
CommandLine.Helpers,
Diff,
Diff.Compare,
Diff.Display,
Diff.Magnitude,
Docs,
Elm.Package.Constraint,
Elm.Package.Description,
Elm.Package.Initialize,
Elm.Package.Paths,
Elm.Package.Solution,
GitHub,
Install,
Install.Fetch,
Install.Plan,
Install.Solver,
Manager,
Publish,
Reporting.Error,
Store,
Utils.Http,
Utils.Paths,
Paths_elm_package
Build-depends:
aeson >= 0.11,
aeson-pretty,
ansi-wl-pprint >= 0.6 && < 0.7,
base >=4.2 && <5,
binary >= 0.7 && < 0.8,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 2.0,
edit-distance,
elm-compiler == 0.18,
filepath >= 1 && < 2.0,
HTTP >= 4000.2.5 && < 4000.4,
http-client >= 0.3 && < 0.5,
http-client-tls >= 0.2 && < 0.3,
http-types >= 0.7 && < 0.9,
mtl >= 2 && < 3,
network >= 2.4 && < 2.7,
optparse-applicative >= 0.11 && < 0.14,
parallel-io,
pretty,
text,
time,
unordered-containers,
vector >= 0.10 && < 0.12,
zip-archive