Cabal revisions of amazonka-1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: amazonka-version: 1.0.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:- This client library contains request and response logic to communicate- with Amazon Web Service compatible APIs using the types supplied by the- various @amazonka-*@ service libraries. See the <http://hackage.haskell.org/packages/#cat:AWS AWS>- category on Hackage for supported services.- .- To get started, import the desired @amazonka-*@ library (such as- <http://hackage.haskell.org/package/amazonka-ml/docs/Network-AWS-MachineLearning.html Network.AWS.MachineLearning>)- and one of the following:- .- * "Control.Monad.Trans.AWS": The 'AWST' transformer and generalised operations.- .- * "Network.AWS": The 'AWS' monad and 'MonadAWS' type class for automatically- lifting operations when embedded as a layer in a transformer stack.- .- Both 'Control.Monad.Trans.AWS.AWST' and 'Network.AWS.AWS' provide functions- that are built upon a 'MonadFree' 'Command' DSL defined in- "Network.AWS.Free". This allows writing a custom interpreter (say, for- mocking purposes) and defining your own AWS logic if desired.- .- GHC 7.8.4 and higher is officially supported.--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.Auth- , Network.AWS.Data- , Network.AWS.EC2.Metadata- , Network.AWS.Env- , Network.AWS.Free- , Network.AWS.Presign-- other-modules:- Network.AWS.Internal.Body- , Network.AWS.Internal.HTTP- , Network.AWS.Internal.Logger-- build-depends:- amazonka-core == 1.0.1.*- , base >= 4.7 && < 5- , bytestring >= 0.9- , conduit >= 1.1- , conduit-extra >= 1.1- , directory >= 1.2- , exceptions >= 0.6- , free >= 4.5- , http-client >= 0.4.9- , http-conduit >= 2.1.4- , ini >= 0.2- , lens >= 4.4- , mmorph >= 1- , monad-control >= 1- , mtl >= 2.1.3.1- , resourcet >= 1.1- , retry >= 0.5- , text >= 1.1- , time >= 1.2- , transformers >= 0.2- , transformers-base >= 0.4- , transformers-compat >= 0.3--test-suite tests- type: exitcode-stdio-1.0- default-language: Haskell2010- hs-source-dirs: test- main-is: Main.hs-- ghc-options: -Wall -threaded-- other-modules:-- build-depends:- amazonka- , base- , tasty- , tasty-hunit+name: amazonka +version: 1.0.1 +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: + This client library contains request and response logic to communicate + with Amazon Web Service compatible APIs using the types supplied by the + various @amazonka-*@ service libraries. See the <http://hackage.haskell.org/packages/#cat:AWS AWS> + category on Hackage for supported services. + . + To get started, import the desired @amazonka-*@ library (such as + <http://hackage.haskell.org/package/amazonka-ml/docs/Network-AWS-MachineLearning.html Network.AWS.MachineLearning>) + and one of the following: + . + * "Control.Monad.Trans.AWS": The 'AWST' transformer and generalised operations. + . + * "Network.AWS": The 'AWS' monad and 'MonadAWS' type class for automatically + lifting operations when embedded as a layer in a transformer stack. + . + Both 'Control.Monad.Trans.AWS.AWST' and 'Network.AWS.AWS' provide functions + that are built upon a 'MonadFree' 'Command' DSL defined in + "Network.AWS.Free". This allows writing a custom interpreter (say, for + mocking purposes) and defining your own AWS logic if desired. + . + GHC 7.8.4 and higher is officially supported. + +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.Auth + , Network.AWS.Data + , Network.AWS.EC2.Metadata + , Network.AWS.Env + , Network.AWS.Free + , Network.AWS.Presign + + other-modules: + Network.AWS.Internal.Body + , Network.AWS.Internal.HTTP + , Network.AWS.Internal.Logger + + build-depends: + amazonka-core == 1.0.1.* + , base >= 4.7 && < 5 + , bytestring >= 0.9 && < 0.11 + , conduit >= 1.1 && < 1.3 + , conduit-extra >= 1.1 && < 1.2 + , directory >= 1.2 && < 1.3 + , exceptions >= 0.6 && < 0.9 + , free >= 4.5 && < 4.13 + , http-client >= 0.4.9 && < 0.5 + , http-conduit >= 2.1.4 && < 2.2 + , ini >= 0.2 && < 0.4 + , lens >= 4.4 && < 4.16 + , mmorph >= 1 && < 1.1 + , monad-control >= 1 && < 1.1 + , mtl >= 2.1.3.1 && < 2.3 + , resourcet >= 1.1 && < 1.2 + , retry >= 0.5 && < 0.7 + , text >= 1.1 && < 1.3 + , time >= 1.2 && < 1.8 + , transformers >= 0.2 && < 0.5 + , transformers-base >= 0.4 && < 0.5 + , transformers-compat >= 0.3 && < 0.6 + +test-suite tests + type: exitcode-stdio-1.0 + default-language: Haskell2010 + hs-source-dirs: test + main-is: Main.hs + + ghc-options: -Wall -threaded + + other-modules: + + build-depends: + amazonka + , base + , tasty + , tasty-hunit
revision 2
name: amazonka version: 1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Comprehensive Amazon Web Services SDK homepage: https://github.com/brendanhay/amazonka license: OtherLicense build-depends: amazonka-core == 1.0.1.* - , base >= 4.7 && < 5 + , base >= 4.7 && < 4.19 , bytestring >= 0.9 && < 0.11 , conduit >= 1.1 && < 1.3 , conduit-extra >= 1.1 && < 1.2 , text >= 1.1 && < 1.3 , time >= 1.2 && < 1.8 , transformers >= 0.2 && < 0.5 - , transformers-base >= 0.4 && < 0.5 + , transformers-base >= 0.4 && < 0.4.19 , transformers-compat >= 0.3 && < 0.6 test-suite tests