aws-sdk-0.1.0.0: aws-sdk.cabal
name: aws-sdk
version: 0.1.0.0
synopsis: AWS SDK for Haskell
description: An AWS(Amazon Web Services) liblary for Haskell.
license: BSD3
license-file: LICENSE
author: Yusuke Nomura <yunomu@gmail.com>
maintainer: Yusuke Nomura <yunomu@gmail.com>
homepage: https://worksap-ate.github.com/aws-sdk
copyright: AWS SDK for Haskell Developers
category: Cloud, AWS
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: AWS
, AWS.Types
, AWS.EC2
, AWS.EC2.Types
, AWS.EC2.Params
other-modules: AWS.Util
, AWS.Credential
, AWS.EC2.Address
, AWS.EC2.AvailabilityZone
, AWS.EC2.Image
, AWS.EC2.Instance
, AWS.EC2.Parser
, AWS.EC2.Query
, AWS.EC2.Region
, AWS.EC2.Tag
, AWS.EC2.Class
, AWS.EC2.Utils
, AWS.EC2.Parser
, AWS.EC2.Parser.Internal
ghc-options: -Wall
-fno-warn-unused-do-bind
extensions: OverloadedStrings
build-depends: base ==4.5.*
, containers
, SHA
, base64-bytestring >= 1.0.0.0
, bytestring
, http-types
, conduit
, transformers
, time
, old-locale
, http-conduit
, data-default
, xml-conduit
, xml-types
, text
, monad-control
, safe
, simple-config >= 1.1.0
, parsec3
, mtl
, lifted-base
, transformers-base
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: tests
ghc-options: -Wall
build-depends: base
, hspec
, QuickCheck
source-repository head
type: git
location: git://github.com/worksap-ate/aws-sdk.git