packages feed

antiope-contract 6.1.5 → 6.2.0

raw patch · 2 files changed

+6/−5 lines, 2 filesnew-uploader

Files

antiope-contract.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: 190cb97afc872db38d8c2b4561b3ab04a2aa871341dae63b26467a220a6780cd+-- hash: e633d3c2549ebbb4860980d7242bec9022df80ba9bc3e2b0e302b2141c35d8e4  name:           antiope-contract-version:        6.1.5+version:        6.2.0 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme> category:       Services homepage:       https://github.com/packetloop/antiope-contract#readme@@ -15,7 +17,6 @@ license:        MIT license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10 extra-source-files:     contract/file_change_message.avsc     contract/resource_changed.avsc
src/Antiope/Contract/SQS/FileChangeMessage.hs view
@@ -5,7 +5,7 @@  module Antiope.Contract.SQS.FileChangeMessage where -import Antiope.S3+import Antiope.S3         hiding (bucketName, objectKey) import Data.Aeson import Data.Avro.Deriving import Data.Text.Encoding (encodeUtf8)