forked from brendanhay/gogol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gogol-gen.cabal
73 lines (68 loc) · 1.85 KB
/
gogol-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
name: gogol-gen
version: 0.3.0
synopsis: Gogol Code Generator
homepage: https://github.com/brendanhay/gogol
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2013-2015 Brendan Hay
category: Network, Google, Cloud, Distributed Computing
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
description:
Compiler and generator for Gogol related Google SDKs
executable gogol-gen
default-language: Haskell2010
hs-source-dirs: src
main-is: Main.hs
other-modules:
Gen.AST
, Gen.AST.Solve
, Gen.AST.Flatten
, Gen.AST.Render
, Gen.Formatting
, Gen.IO
, Gen.JSON
, Gen.Orphans
, Gen.Syntax
, Gen.TH
, Gen.Text
, Gen.Tree
, Gen.Types
, Gen.Types.Data
, Gen.Types.Help
, Gen.Types.Id
, Gen.Types.Map
, Gen.Types.NS
, Gen.Types.Schema
ghc-options: -Wall -threaded
build-depends:
aeson >= 1
, attoparsec
, base >= 4.8
, bifunctors
, bytestring
, case-insensitive
, directory-tree
, ede
, errors >= 2.1.2
, formatting
, hashable
, haskell-src-exts == 1.17.1
, hindent == 4.6.4
, lens
, mtl
, optparse-applicative
, pandoc
, parsec
, semigroups
, system-fileio
, system-filepath
, text
, text-icu
, text-manipulate
, text-regex-replace
, unexceptionalio
, unordered-containers