forked from helix-collective/hx-deploy-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hx-deploy-tool.cabal
74 lines (72 loc) · 2.91 KB
/
hx-deploy-tool.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
name: hx-deploy-tool
version: 0.9
synopsis: Tool to facilitate unpacking and configuring helix software releases
-- description:
homepage:
license: BSD3
license-file: LICENSE
author: Tim Docker
maintainer: [email protected]
copyright: 2017 Helix
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
data-files: doc/help.md
executable hx-deploy-tool
hs-source-dirs: src
main-is: Main.hs
other-modules: ADL.Core
, ADL.Core.Value
, ADL.Core.StringMap
, ADL.Config
, ADL.Release
, ADL.State
, ADL.Sys.Types
, ADL.Types
, Blobs
, Blobs.S3
, Commands
, Commands.LetsEncrypt
, Commands.ProxyMode
, Commands.ProxyMode.Types
, Commands.ProxyMode.LocalState
, Commands.ProxyMode.RemoteState
, HelpText
, Log
, Paths_hx_deploy_tool
, Types
, Util
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, aeson >= 1.0 && < 1.3
, amazonka >= 1.4 && < 1.6
, amazonka-core >= 1.4 && < 1.6
, amazonka-ecr >= 1.4 && < 1.6
, amazonka-route53 >= 1.4.5 && < 1.6
, amazonka-s3 >= 1.4 && < 1.6
, base64-bytestring >= 1.0 && < 1.1
, binary >= 0.8.5.1 && < 0.9
, bytestring >= 0.10 && < 0.11
, conduit >= 1.2.9 && < 1.4
, conduit-extra >= 1.1.1 && < 1.4
, containers >= 0.5.7 && < 0.6
, directory >= 1.3 && < 1.4
, exceptions >= 0.8.3 && < 0.9
, filepath >= 1.4 && < 1.5
, file-embed >= 0.0.10.1 && < 0.0.11
, http-types >= 0.9.1 && < 0.13
, http-client >= 0.5.11 && < 0.6
, lens >= 4.15 && < 4.17
, mustache >= 2.0 && < 2.4
, mtl >= 2.2.2 && < 2.3
, path >= 0.5 && < 0.7
, process >= 1.4.3 && < 1.7
, resourcet >= 1.1.9 && < 1.3
, scientific >= 0.3.4 && < 0.4
, text >= 1.2 && < 1.3
, time >= 1.8 && < 1.10
, unix >= 2.7 && < 2.8
, unordered-containers >= 0.2.7 && < 0.3
, vector >= 0.11 && < 0.13
, zip >= 0.1.9 && < 1.1