packages feed

antiope-contract 7.0.4 → 7.0.6

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

antiope-contract.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name:               antiope-contract-version:            7.0.4+version:            7.0.6 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/Contract/SQS/FileChangeMessage.hs view
@@ -5,7 +5,7 @@  module Antiope.Contract.SQS.FileChangeMessage where -import Antiope.S3         hiding (bucketName, objectKey)+import Antiope.S3         hiding (objectKey) import Data.Aeson import Data.Avro.Deriving import Data.Text.Encoding (encodeUtf8)