-- 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.4 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.Conduit Aws.DynamoDb.Commands.Query.Conduit -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5.0, containers >=0.5 && <0.6, 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.11 && <0.13, aeson >=0.8 && <0.10, json-togo >=0.1.0.1 && <0.2, attoparsec-trans >=0.1.1.0 && <0.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -fwarn-unused-imports