forked from commercialhaskell/pantry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pantry.cabal
188 lines (183 loc) · 3.9 KB
/
pantry.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 290314cf42f0f169e5cb395c4b35e867438c4e2652df972ec59c548dc39f1b6d
name: pantry
version: 0.5.2.2
synopsis: Content addressable Haskell package management
description: Please see the README on Github at <https://github.com/commercialhaskell/pantry#readme>
category: Development
homepage: https://github.com/commercialhaskell/pantry#readme
bug-reports: https://github.com/commercialhaskell/pantry/issues
author: Michael Snoyman
maintainer: [email protected]
copyright: 2018-2019 FP Complete
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
attic/hpack-0.1.2.3.tar.gz
attic/package-0.1.2.3.tar.gz
attic/symlink-to-dir.tar.gz
source-repository head
type: git
location: https://github.com/commercialhaskell/pantry
library
exposed-modules:
Pantry
Pantry.SHA256
Pantry.Internal
Pantry.Internal.StaticBytes
Pantry.Internal.Stackage
Pantry.Internal.Companion
Pantry.Internal.AesonExtended
other-modules:
Hackage.Security.Client.Repository.HttpLib.HttpClient
Pantry.Archive
Pantry.HTTP
Pantry.HPack
Pantry.Hackage
Pantry.Repo
Pantry.SQLite
Pantry.Storage
Pantry.Casa
Pantry.Tree
Pantry.Types
hs-source-dirs:
src/
ghc-options: -Wall
build-depends:
Cabal >=3 && <3.5
, aeson
, ansi-terminal
, base >=4.10 && <5
, bytestring
, casa-client
, casa-types
, conduit
, conduit-extra
, containers
, cryptonite
, cryptonite-conduit
, digest
, filelock
, generic-deriving
, hackage-security
, hpack >=0.31.2
, http-client
, http-client-tls
, http-conduit
, http-download
, http-types
, memory
, mtl
, network-uri
, path
, path-io
, persistent
, persistent-sqlite >=2.9.3
, persistent-template
, primitive
, resourcet
, rio
, rio-orphans
, rio-prettyprint
, tar-conduit
, text
, text-metrics
, time
, transformers
, unix-compat
, unliftio
, unordered-containers
, vector
, yaml
, zip-archive
if os(windows)
other-modules:
System.IsWindows
hs-source-dirs:
src/windows/
else
other-modules:
System.IsWindows
hs-source-dirs:
src/unix/
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Pantry.ArchiveSpec
Pantry.BuildPlanSpec
Pantry.CabalSpec
Pantry.CasaSpec
Pantry.FileSpec
Pantry.GlobalHintsSpec
Pantry.HackageSpec
Pantry.Internal.StaticBytesSpec
Pantry.InternalSpec
Pantry.TreeSpec
Pantry.TypesSpec
Paths_pantry
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
Cabal >=3 && <3.5
, QuickCheck
, aeson
, ansi-terminal
, base >=4.10 && <5
, bytestring
, casa-client
, casa-types
, conduit
, conduit-extra
, containers
, cryptonite
, cryptonite-conduit
, digest
, exceptions
, filelock
, generic-deriving
, hackage-security
, hedgehog
, hpack >=0.31.2
, hspec
, http-client
, http-client-tls
, http-conduit
, http-download
, http-types
, memory
, mtl
, network-uri
, pantry
, path
, path-io
, persistent
, persistent-sqlite >=2.9.3
, persistent-template
, primitive
, raw-strings-qq
, resourcet
, rio
, rio-orphans
, rio-prettyprint
, tar-conduit
, text
, text-metrics
, time
, transformers
, unix-compat
, unliftio
, unordered-containers
, vector
, yaml
, zip-archive
default-language: Haskell2010