aws 0.7.0 → 0.7.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basedep ~bytestringdep ~directory
Dependency ranges changed: base, bytestring, directory, resourcet, text
Files
- aws.cabal +7/−7
aws.cabal view
@@ -1,12 +1,12 @@ Name: aws-Version: 0.7.0+Version: 0.7.1 Synopsis: Amazon Web Services (AWS) for Haskell Description: Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.org>. Homepage: http://github.com/aristidb/aws License: BSD3 License-file: LICENSE Author: Aristid Breitkreuz, contributors see README-Maintainer: aristidb@googlemail.com+Maintainer: aristidb@gmail.com Copyright: See contributors list in README and LICENSE file Category: Network, Web Build-type: Simple@@ -20,7 +20,7 @@ Source-repository this type: git location: https://github.com/aristidb/aws.git- tag: 0.5.0+ tag: 0.7.1 Source-repository head type: git@@ -68,14 +68,14 @@ base == 4.*, base64-bytestring == 1.0.*, blaze-builder >= 0.2.1.4 && < 0.4,- bytestring == 0.9.*,+ bytestring >= 0.9 && < 0.11, case-insensitive >= 0.2 && < 0.5, cereal == 0.3.*, conduit >= 0.5 && < 0.6, containers >= 0.4, crypto-api >= 0.9, cryptohash >= 0.6 && < 0.8,- directory >= 1.0 && < 1.2,+ directory >= 1.0 && < 1.3, failure >= 0.1.0.1 && < 0.3, filepath >= 1.1 && < 1.4, http-conduit >= 1.6 && < 1.7,@@ -84,7 +84,7 @@ monad-control >= 0.3, mtl == 2.*, old-locale == 1.*,- resourcet >= 0.3.3 && <0.4,+ resourcet >= 0.3.3 && <0.5, text >= 0.11, time >= 1.1.4 && < 1.5, transformers >= 0.2.2.0 && < 0.4,@@ -135,6 +135,6 @@ Build-depends: base == 4.*, aws,- text >=0.11.2+ text >=0.11 Default-Language: Haskell2010