packages feed

aws-kinesis-client-0.2.0.0: aws-kinesis-client.cabal

name:                aws-kinesis-client
version:             0.2.0.0
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
extra-source-files:  CHANGELOG.md

source-repository head
  type:     git
  location: https://github.com/alephcloud/hs-aws-kinesis-client.git

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,
                       aeson >=0.8,
                       aws >=0.10.5,
                       aws-kinesis >=0.1.2,
                       conduit >=1.2.3.1,
                       containers >=0.5.5.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.7,
                       lens-action >=0.1.0.1,
                       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,
                       unordered-containers >=0.2.5.1
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

executable kinesis-cli
    default-language: Haskell2010
    hs-source-dirs: cli
    main-is: CLI.hs
    other-modules:     CLI.Options
    build-depends:     base >=4.7 && <4.8,
                       base-unicode-symbols,
                       aeson >=0.8,
                       aws >=0.10.5,
                       aws-general >=0.1.1,
                       aws-kinesis >=0.1.2,
                       aws-kinesis-client,
                       conduit >=1.2.3.1,
                       either >=4.3.2.1,
                       hoist-error >=0.1.0.2,
                       http-conduit >=2.1.5,
                       kan-extensions >=4.2,
                       lens >=4.7,
                       lifted-base >=0.2.3.3,
                       monad-control >=0.3.3.0,
                       mtl >=2.2.1,
                       text >=1.2.0.3,
                       transformers >=0.3.0.0,
                       bytestring >=0.10.4,
                       optparse-applicative >=0.11
  ghc-options:         -Wall