forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamazonka-gen.cabal
96 lines (91 loc) · 2.42 KB
/
amazonka-gen.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
name: amazonka-gen
version: 1.4.5
synopsis: Amazonka Code Generator
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2013-2016 Brendan Hay
category: Network, AWS, Cloud, Distributed Computing
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
description:
Compiler and generator for Amazonka related AWS SDKs
executable amazonka-gen
default-language: Haskell2010
hs-source-dirs: src
main-is: Main.hs
other-modules:
Gen.AST
, Gen.AST.Cofree
, Gen.AST.Data
, Gen.AST.Data.Field
, Gen.AST.Data.Instance
, Gen.AST.Data.Syntax
, Gen.AST.Override
, Gen.AST.Prefix
, Gen.AST.Subst
, Gen.Formatting
, Gen.IO
, Gen.Import
, Gen.JSON
, Gen.Protocol
, Gen.TH
, Gen.Text
, Gen.Tree
, Gen.Types
, Gen.Types.Ann
, Gen.Types.Data
, Gen.Types.Help
, Gen.Types.Id
, Gen.Types.Map
, Gen.Types.NS
, Gen.Types.Notation
, Gen.Types.Orphans
, Gen.Types.Pager
, Gen.Types.Pager
, Gen.Types.Retry
, Gen.Types.Service
, Gen.Types.TypeOf
, Gen.Types.URI
, Gen.Types.Config
, Gen.Types.Waiter
ghc-options: -Wall -threaded
build-depends:
aeson
, attoparsec
, base == 4.8.*
, bytestring
, case-insensitive
, comonad
, containers
, data-default-class
, directory-tree
, ede
, errors == 2.*
, formatting
, free
, hashable
, haskell-src-exts == 1.17.1
, hindent
, html-conduit
, lens
, mtl
, optparse-applicative
, parsec
, scientific
, semigroups
, system-fileio
, system-filepath
, template-haskell
, text
, text-icu
, text-manipulate
, text-regex-replace
, time >= 1.5
, transformers
, unexceptionalio
, unordered-containers
, xml-conduit