aws-simple-0.4.0.0: aws-simple.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: aws-simple
version: 0.4.0.0
synopsis: Dead simple bindings to commonly used AWS Services
description: Simple bindings to commonly used AWS services
category: Web
homepage: https://github.com/agrafix/aws-simple#readme
author: Alexander Thiemann
maintainer: mail@athiemann.net
copyright: 2016 - 2017 Alexander Thiemann <mail@athiemann.net>
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
library
hs-source-dirs:
src
build-depends:
base >= 4.7 && < 5
, text >= 1.2
, bytestring >= 0.10
, mtl >= 2.2
, resourcet >= 1.0
, lens >= 3.0
, conduit >= 1.2
, amazonka >= 1.4.5
, amazonka-core >= 1.4.5
, amazonka-s3 >= 1.4.5
, amazonka-sqs >= 1.4.5
, unordered-containers >= 0.2
, timespan >= 0.3
exposed-modules:
Network.AWS.Simple
other-modules:
Paths_aws_simple
default-language: Haskell2010