-
Notifications
You must be signed in to change notification settings - Fork 0
/
haitatsu.cabal
49 lines (46 loc) · 1.81 KB
/
haitatsu.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
-- Initial haitatsu.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: haitatsu
version: 0.1.6
synopsis: A simple ECS Container delivery tool
-- description:
license: AllRightsReserved
license-file: LICENSE
author: Flipstone Technology Partners
maintainer: [email protected]
-- copyright:
category: Distribution
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable haitatsu
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9,
aeson == 0.9.0.1,
amazonka == 1.4.3,
amazonka-core == 1.4.3,
amazonka-ecs == 1.4.3,
attoparsec == 0.13.0.0,
bytestring == 0.10.6.0,
dlist == 0.7.1.1,
exceptions == 0.8.3,
filepath == 1.4.0.0,
hashable == 1.2.3.2,
unordered-containers == 0.2.7.1,
lens == 4.11,
mtl == 2.2.1,
optparse-applicative == 0.13.0.0,
resourcet == 1.1.7.5,
scientific == 0.3.3.8,
text == 1.2.1.1,
transformers == 0.4.2.0,
vector == 0.10.12.3,
yaml == 0.8.11
hs-source-dirs: src
default-language: Haskell2010
default-extensions: OverloadedStrings,
GeneralizedNewtypeDeriving,
MultiParamTypeClasses,
FlexibleContexts