amazonka-s3 0.2.2 → 0.2.3
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- amazonka-s3.cabal +2/−2
- src/Network/AWS/S3/Internal.hs +1/−1
amazonka-s3.cabal view
@@ -1,5 +1,5 @@ name: amazonka-s3-version: 0.2.2+version: 0.2.3 synopsis: Amazon Simple Storage Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -95,5 +95,5 @@ Network.AWS.S3.Internal build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5
src/Network/AWS/S3/Internal.hs view
@@ -2,7 +2,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} -- Module : Network.AWS.S3.Internal--- 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