packages feed

bloodhound-amazonka-auth-0.1.1.0: bloodhound-amazonka-auth.cabal

name:                bloodhound-amazonka-auth
version:             0.1.1.0
synopsis:            Adds convenient Amazon ElasticSearch Service authentication to Bloodhound.
description:         Please see README.md
homepage:            http://github.com/MichaelXavier/bloodhound-amazonka-auth#readme
license:             BSD3
license-file:        LICENSE
author:              Michael Xavier
maintainer:          michael@michaelxavier.net
copyright:           2015 Michael Xavier
category:            Web
build-type:          Simple
extra-source-files:  README.md
                   , changelog.md
cabal-version:       >=1.10

flag lib-Werror
  default: False
  manual: True

library
  hs-source-dirs:      src
  exposed-modules:     Database.Bloodhound.Auth.Amazonka
                       Database.Bloodhound.Auth.Amazonka.Internal
  build-depends:       base >= 4.7 && < 5
                     , bloodhound >= 0.11
                     , http-client
                     , time
                     , amazonka-core >= 1.3.0 && < 1.5
                     , amazonka-elasticsearch >= 1.3.6 && < 1.5
                     , transformers
                     , http-types
                     , exceptions
                     , uri-bytestring
  default-language:    Haskell2010

  if flag(lib-Werror)
    ghc-options: -Werror

  ghc-options: -Wall

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:     test
  default-language:   Haskell2010

  build-depends:    base
                  , bloodhound-amazonka-auth
                  , tasty
                  , tasty-hunit
                  , amazonka-core
                  , http-client
                  , time
                  , bloodhound
                  , text
                  , amazonka
                  , amazonka-core
                  , http-client-tls
                  , lens
                  , aeson
                  , retry
  if flag(lib-Werror)
    ghc-options: -Werror

  ghc-options: -Wall


source-repository head
  type:     git
  location: https://github.com/MichaelXavier/bloodhound-amazonka-auth