-
Notifications
You must be signed in to change notification settings - Fork 13
/
main.cabal
28 lines (26 loc) · 1.04 KB
/
main.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
-- Initial aws-lambda-haskell.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: main
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: Arnaud Bailly
maintainer: arnaud.oqube@gmail.com
-- copyright:
-- category:
build-type: Simple
extra-source-files: README.md, README.md~
cabal-version: >=1.10
executable main
main-is: main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9,
amazonka, amazonka-apigateway, amazonka-lambda, bytestring, directory, exceptions, filepath, lens, mtl
, optparse-applicative, process, resourcet, system-extra, transformers, text
-- hs-source-dirs:
default-language: Haskell2010
default-extensions: ScopedTypeVariables, OverloadedStrings
ghc-options: -Wall -Werror -threaded