packages feed

Cabal revisions of aws-dynamodb-conduit-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial aws-dynamodb-query.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                aws-dynamodb-conduit-version:             0.1.0.0-synopsis:            Conduit-based interface for AWS DynamoDB--- description:         -homepage:            https://github.com/srijs/haskell-aws-dynamodb-query-license:             MIT-license-file:        LICENSE-author:              Sam Rijs-maintainer:          srijs@airpost.net--- copyright:           -category:            AWS-build-type:          Simple--- extra-source-files:  -cabal-version:       >=1.10--library-  exposed-modules:     Aws.DynamoDb.Conduit-                       Aws.DynamoDb.Core.Conduit-                       Aws.DynamoDb.Commands.Query.Conduit-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.7 && <5.0,-                       transformers >=0.3 && <0.5,-                       bytestring >=0.10 && <0.11,-                       text >=1.2 && <1.3,-                       resourcet >=1.1 && <1.2,-                       conduit >=1.2 && <1.3,-                       http-conduit >=2.1 && <2.2,-                       http-types >=0.8 && <0.9,-                       aws >=0.12 && <0.13,-                       aeson >=0.9 && <0.10,-                       json-togo >=0.1.0.1 && <0.2,-                       attoparsec-trans >=0.1.0.3 && <0.2-  hs-source-dirs:      src-  default-language:    Haskell2010+-- Initial aws-dynamodb-query.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                aws-dynamodb-conduit
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Conduit-based interface for AWS DynamoDB
+-- description:         
+homepage:            https://github.com/srijs/haskell-aws-dynamodb-query
+license:             MIT
+license-file:        LICENSE
+author:              Sam Rijs
+maintainer:          srijs@airpost.net
+-- copyright:           
+category:            AWS
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Aws.DynamoDb.Conduit
+                       Aws.DynamoDb.Core.Conduit
+                       Aws.DynamoDb.Commands.Query.Conduit
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base < 0,
+                       transformers >=0.3 && <0.5,
+                       bytestring >=0.10 && <0.11,
+                       text >=1.2 && <1.3,
+                       resourcet >=1.1 && <1.2,
+                       conduit >=1.2 && <1.3,
+                       http-conduit >=2.1 && <2.2,
+                       http-types >=0.8 && <0.9,
+                       aws >=0.12 && <0.13,
+                       aeson >=0.9 && <0.10,
+                       json-togo >=0.1.0.1 && <0.2,
+                       attoparsec-trans >=0.1.0.3 && <0.2
+  hs-source-dirs:      src
+  default-language:    Haskell2010