amazonka 0.2.2 → 0.2.3
raw patch · 8 files changed
+11/−11 lines, 8 filesdep ~amazonka-coredep ~monad-controlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, monad-control
API changes (from Hackage documentation)
Files
- amazonka.cabal +4/−4
- src/Control/Monad/Trans/AWS.hs +1/−1
- src/Network/AWS.hs +1/−1
- src/Network/AWS/EC2/Metadata.hs +1/−1
- src/Network/AWS/Internal/Auth.hs +1/−1
- src/Network/AWS/Internal/Env.hs +1/−1
- src/Network/AWS/Internal/Log.hs +1/−1
- src/Network/AWS/Internal/Retry.hs +1/−1
amazonka.cabal view
@@ -1,12 +1,12 @@ name: amazonka-version: 0.2.2+version: 0.2.3 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-2014 Brendan Hay+copyright: Copyright (c) 2013-2015 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple extra-source-files: README.md@@ -41,7 +41,7 @@ , Network.AWS.Internal.Retry build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5 , bytestring >= 0.9 , conduit >= 1.1 && < 1.3@@ -49,7 +49,7 @@ , http-conduit >= 2.1.4 && < 2.3 , lens >= 4.4 && < 5 , mmorph >= 1 && < 2- , monad-control >= 1+ , monad-control >= 1 && < 2 , mtl >= 2.2.1 && < 2.3 , resourcet >= 1.1 && < 1.3 , retry >= 0.5
src/Control/Monad/Trans/AWS.hs view
@@ -11,7 +11,7 @@ {-# LANGUAGE UndecidableInstances #-} -- Module : Control.Monad.Trans.AWS--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or
src/Network/AWS.hs view
@@ -8,7 +8,7 @@ {-# LANGUAGE ViewPatterns #-} -- Module : Network.AWS--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or
src/Network/AWS/EC2/Metadata.hs view
@@ -3,7 +3,7 @@ {-# LANGUAGE OverloadedStrings #-} -- Module : Network.AWS.EC2.Metadata--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or
src/Network/AWS/Internal/Auth.hs view
@@ -5,7 +5,7 @@ {-# LANGUAGE ViewPatterns #-} -- Module : Network.AWS.Internal.Auth--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or
src/Network/AWS/Internal/Env.hs view
@@ -3,7 +3,7 @@ {-# LANGUAGE RecordWildCards #-} -- Module : Network.AWS.Internal.Env--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or
src/Network/AWS/Internal/Log.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} -- Module : Network.AWS.Internal.Log--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or
src/Network/AWS/Internal/Retry.hs view
@@ -5,7 +5,7 @@ {-# LANGUAGE RecordWildCards #-} -- Module : Network.AWS.Internal.Retry--- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>+-- Copyright : (c) 2013-2015 Brendan Hay <brendan.g.hay@gmail.com> -- License : This Source Code Form is subject to the terms of -- the Mozilla Public License, v. 2.0. -- A copy of the MPL can be found in the LICENSE file or