packages feed

antiope-s3 7.0.1 → 7.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Antiope.S3.Types: instance GHC.Classes.Ord Antiope.S3.Types.S3Uri

Files

antiope-s3.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name:               antiope-s3-version:            7.0.1+version:            7.0.2 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/Types.hs view
@@ -34,7 +34,7 @@ data S3Uri = S3Uri   { bucket    :: BucketName   , objectKey :: ObjectKey-  } deriving (Show, Eq, Generic)+  } deriving (Show, Eq, Ord, Generic)  instance FromText S3Uri where   parser = do