aws-sdk 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~conduitdep ~containers
Dependency ranges changed: conduit, containers
Files
- aws-sdk.cabal +6/−6
aws-sdk.cabal view
@@ -1,12 +1,12 @@ name: aws-sdk-version: 0.1.0.0+version: 0.1.0.1 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+homepage: http://worksap-ate.github.com/aws-sdk copyright: AWS SDK for Haskell Developers category: Cloud, AWS build-type: Simple@@ -32,16 +32,16 @@ , AWS.EC2.Utils , AWS.EC2.Parser , AWS.EC2.Parser.Internal- ghc-options: -Wall- -fno-warn-unused-do-bind+ ghc-options: -Wall+ -fno-warn-unused-do-bind extensions: OverloadedStrings build-depends: base ==4.5.*- , containers+ , containers <= 0.4.2.1 , SHA , base64-bytestring >= 1.0.0.0 , bytestring , http-types- , conduit+ , conduit >= 0.5.0 , transformers , time , old-locale