antiope-s3 7.1.0 → 7.1.1
raw patch · 3 files changed
+3/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- antiope-s3.cabal +1/−1
- src/Antiope/S3/Syntax.hs +1/−0
- src/Antiope/S3/Types.hs +1/−0
antiope-s3.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: antiope-s3-version: 7.1.0+version: 7.1.1 synopsis: Please see the README on Github at <https://github.com/arbor/antiope#readme> description: Please see the README on Github at <https://github.com/arbor/antiope#readme>. category: Services
src/Antiope/S3/Syntax.hs view
@@ -8,6 +8,7 @@ import Antiope.S3.Types import Control.Lens import Data.Generics.Product.Any+import Data.Semigroup ((<>)) import Data.Text (Text) -- | Append text to an S3Uri
src/Antiope/S3/Types.hs view
@@ -20,6 +20,7 @@ import Data.Char import Data.Generics.Product.Any import Data.List+import Data.Semigroup ((<>)) import GHC.Generics import Network.AWS.Data import Network.AWS.S3 (BucketName (..), ObjectKey (..))