-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackage-install.cabal
More file actions
43 lines (40 loc) · 1.47 KB
/
stackage-install.cabal
File metadata and controls
43 lines (40 loc) · 1.47 KB
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
name: stackage-install
version: 0.1.2
synopsis: Secure download of packages for cabal-install
description: For more information, see <https://www.stackage.org/package/stackage-install>
homepage: https://github.com/fpco/stackage-install
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: [email protected]
category: Distribution
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Stackage.Install
build-depends: base >= 4.5 && < 5
, bytestring >= 0.9
, http-client >= 0.4
, http-client-tls >= 0.2
, directory >= 1.1
, filepath >= 1.2
, process >= 1
, async
, stm
, http-types
, tar
, containers
, aeson
, cryptohash
, text
default-language: Haskell2010
executable stackage-install
main-is: stackage-install.hs
hs-source-dirs: app
build-depends: base
, stackage-install
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/fpco/stackage-install.git