name: aws-kinesis-client version: 0.1.0.0 x-revision: 1 synopsis: A producer & consumer client library for AWS Kinesis -- description: license: Apache-2.0 license-file: LICENSE author: Jon Sterling maintainer: jon@jonmsterling.com copyright: Copyright (c) 2013-2014 PivotCloud, Inc. category: Cloud build-type: Simple cabal-version: >=1.10 library exposed-modules: Aws.Kinesis.Client.Common, Aws.Kinesis.Client.Consumer Aws.Kinesis.Client.Producer -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8, base-unicode-symbols, aws >=0.10.5, aws-kinesis >=0.1.2, conduit >=1.2.3.1, data-carousel >=0.1.0.0, either >=4.3.2.1, errors >=1.4.7, http-conduit >=2.1.5, kan-extensions >=4.2, lens >=4.6 && < 4.7, lifted-async >=0.3.0, lifted-base >=0.2.3.3, monad-control >=0.3.3.0, mtl >=2.2.1, random >=1.1, resourcet >=1.1.3.3, stm >=2.4.4, stm-chans >=3.0.0.2, stm-conduit >=2.5.3, stm-queue-extras >=0.2.0.0, text >=1.2.0.3, transformers >=0.3.0.0 hs-source-dirs: src default-language: Haskell2010 executable kinesis-cli default-language: Haskell2010 hs-source-dirs: cli main-is: CLI.hs other-modules: CLI.Options, CLI.Record build-depends: base >=4.7 && <4.8, base-unicode-symbols, aws >=0.10.5, aws-kinesis >=0.1.2, aws-kinesis-client, conduit >=1.2.3.1, data-carousel >=0.1.0.0, either >=4.3.2.1, errors >=1.4.7, http-conduit >=2.1.5, kan-extensions >=4.2, hourglass >=0.2.6, lens >=4.6 && < 4.7, lifted-async >=0.3.0, lifted-base >=0.2.3.3, monad-control >=0.3.3.0, mtl >=2.2.1, random >=1.1, resourcet >=1.1.3.3, stm >=2.4.4, stm-chans >=3.0.0.2, stm-conduit >=2.5.3, stm-queue-extras >=0.2.0.0, text >=1.2.0.3, transformers >=0.3.0.0, aeson >=0.8, aws-general >=0.1.1, bytestring >=0.10.4, optparse-applicative >=0.11, time >=1.4.2