aws-dynamodb-conduit 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~json-togoPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: json-togo
API changes (from Hackage documentation)
Files
aws-dynamodb-conduit.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: aws-dynamodb-conduit-version: 0.1.0.4+version: 0.1.0.5 synopsis: Conduit-based interface for AWS DynamoDB -- description: homepage: https://github.com/srijs/haskell-aws-dynamodb-query@@ -34,7 +34,7 @@ http-types >=0.8 && <0.9, aws >=0.11 && <0.13, aeson >=0.8 && <0.10,- json-togo >=0.1.0.1 && <0.2,+ json-togo >=0.1.0.3 && <0.2, attoparsec-trans >=0.1.1.0 && <0.2 hs-source-dirs: src default-language: Haskell2010