amazonka 1.3.5 → 1.3.5.1
raw patch · 3 files changed
+4/−2 lines, 3 filesdep ~retryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: retry
API changes (from Hackage documentation)
Files
amazonka.cabal view
@@ -1,5 +1,5 @@ name: amazonka-version: 1.3.5+version: 1.3.5.1 synopsis: Comprehensive Amazon Web Services SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -69,7 +69,7 @@ , monad-control >= 1 , mtl >= 2.1.3.1 , resourcet >= 1.1- , retry >= 0.5+ , retry >= 0.5 && < 0.7 , text >= 1.1 , time >= 1.2 , transformers >= 0.2
src/Control/Monad/Trans/AWS.hs view
@@ -152,6 +152,7 @@ import Control.Applicative import Control.Exception.Lens+import Control.Lens import Control.Monad.Base import Control.Monad.Catch import Control.Monad.Error.Class (MonadError (..))
src/Network/AWS/Internal/HTTP.hs view
@@ -20,6 +20,7 @@ ) where import Control.Arrow (first)+import Control.Lens import Control.Monad import Control.Monad.Catch import Control.Monad.Reader