packages feed

amazonka-test-1.4.2: amazonka-test.cabal

name:                  amazonka-test
version:               1.4.2
synopsis:              Common functionality for Amazonka library test-suites.
homepage:              https://github.com/brendanhay/amazonka
bug-reports:           https://github.com/brendanhay/amazonka/issues
license:               OtherLicense
license-file:          LICENSE
author:                Brendan Hay
maintainer:            Brendan Hay <brendan.g.hay@gmail.com>
copyright:             Copyright (c) 2013-2016 Brendan Hay
category:              Network, AWS, Cloud, Distributed Computing
build-type:            Simple
extra-source-files:    README.md
cabal-version:         >= 1.10

description:
    Common functionality depended upon by test suites of the various @amazonka-*@
    service libraries.
    .
    The external interface of this library is stable with respect to the
    downstream Amazonka libraries, only, and as such is not suitable
    for use in non-Amazonka projects.

library
    default-language:  Haskell2010
    hs-source-dirs:    src

    ghc-options:       -Wall

    exposed-modules:
          Test.AWS.Assert
        , Test.AWS.Diff
        , Test.AWS.Fixture
        , Test.AWS.Orphans
        , Test.AWS.Prelude
        , Test.AWS.TH

    build-depends:
          aeson                >= 0.8
        , amazonka-core        == 1.4.2.*
        , base                 >= 4.7     && < 5
        , bifunctors           >= 4.1
        , bytestring           >= 0.9
        , case-insensitive     >= 1.2
        , conduit              >= 1.1
        , conduit-extra        >= 1.1
        , groom                >= 0.1.1
        , http-client          >= 0.4.9
        , http-types           >= 0.8
        , process              >= 1.2
        , resourcet            >= 1.1
        , tasty                >= 0.10
        , tasty-hunit          >= 0.9
        , template-haskell     >= 2.5
        , temporary            >= 1.2
        , text                 >= 1.1
        , time                 >= 1.2
        , unordered-containers >= 0.2.5
        , yaml                 >= 0.8.7