Cabal revisions of amazonka-0.3.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: amazonka-version: 0.3.6-synopsis: Comprehensive Amazon Web Services SDK-homepage: https://github.com/brendanhay/amazonka-license: OtherLicense-license-file: LICENSE-author: Brendan Hay-maintainer: Brendan Hay <brendan.g.hay@gmail.com>-copyright: Copyright (c) 2013-2015 Brendan Hay-category: Network, AWS, Cloud, Distributed Computing-build-type: Simple-extra-source-files: README.md-cabal-version: >= 1.10--description:- Client library containing request and response primitives to be used- alongside the types from all amazonka related service libraries.- .- /Warning:/ This is an experimental preview release which is still under- heavy development and not intended for public consumption, caveat emptor!--source-repository head- type: git- location: git://github.com/brendanhay/amazonka.git--library- default-language: Haskell2010- hs-source-dirs: src-- ghc-options: -Wall-- exposed-modules:- Control.Monad.Trans.AWS- , Network.AWS- , Network.AWS.EC2.Metadata-- other-modules:- Network.AWS.Internal.Auth- , Network.AWS.Internal.Body- , Network.AWS.Internal.Env- , Network.AWS.Internal.Log- , Network.AWS.Internal.Retry-- build-depends:- amazonka-core == 0.3.6.*- , base >= 4.7 && < 5- , bytestring >= 0.9- , conduit >= 1.1- , conduit-extra == 1.1.*- , cryptohash == 0.11.*- , cryptohash-conduit >= 0.1.1- , exceptions >= 0.6- , http-conduit >= 2.1.4- , lens >= 4.4- , mmorph >= 1 && < 2- , monad-control >= 1 && < 2- , mtl >= 2.1.3.1- , resourcet >= 1.1- , retry >= 0.5- , text >= 1.1- , time >= 1.2- , transformers >= 0.2- , transformers-base >= 0.4.2- , transformers-compat >= 0.3+name: amazonka +version: 0.3.6 +x-revision: 1 +synopsis: Comprehensive Amazon Web Services SDK +homepage: https://github.com/brendanhay/amazonka +license: OtherLicense +license-file: LICENSE +author: Brendan Hay +maintainer: Brendan Hay <brendan.g.hay@gmail.com> +copyright: Copyright (c) 2013-2015 Brendan Hay +category: Network, AWS, Cloud, Distributed Computing +build-type: Simple +extra-source-files: README.md +cabal-version: >= 1.10 + +description: + Client library containing request and response primitives to be used + alongside the types from all amazonka related service libraries. + . + /Warning:/ This is an experimental preview release which is still under + heavy development and not intended for public consumption, caveat emptor! + +source-repository head + type: git + location: git://github.com/brendanhay/amazonka.git + +library + default-language: Haskell2010 + hs-source-dirs: src + + ghc-options: -Wall + + exposed-modules: + Control.Monad.Trans.AWS + , Network.AWS + , Network.AWS.EC2.Metadata + + other-modules: + Network.AWS.Internal.Auth + , Network.AWS.Internal.Body + , Network.AWS.Internal.Env + , Network.AWS.Internal.Log + , Network.AWS.Internal.Retry + + build-depends: + amazonka-core == 0.3.6.* + , base >= 4.7 && < 5 + , bytestring >= 0.9 + , conduit >= 1.1 + , conduit-extra == 1.1.* + , cryptohash == 0.11.* + , cryptohash-conduit >= 0.1.1 + , exceptions >= 0.6 + , http-conduit >= 2.1.4 + , lens >= 4.4 + , mmorph >= 1 && < 2 + , monad-control >= 1 && < 2 + , mtl >= 2.1.3.1 + , resourcet >= 1.1 + , retry >= 0.5 && <0.7 + , text >= 1.1 + , time >= 1.2 + , transformers >= 0.2 + , transformers-base >= 0.4.2 + , transformers-compat >= 0.3
revision 2
name: amazonka version: 0.3.6 -x-revision: 1 +x-revision: 2 synopsis: Comprehensive Amazon Web Services SDK homepage: https://github.com/brendanhay/amazonka license: OtherLicense build-depends: amazonka-core == 0.3.6.* - , base >= 4.7 && < 5 + , base >= 4.7 && < 4.19 , bytestring >= 0.9 , conduit >= 1.1 , conduit-extra == 1.1.*