packages feed

antiope-sqs 4.0.0 → 4.0.1

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

antiope-sqs.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: db3b6da51ad580cc1a112c2313bd6564fe221725e4f956aedf464867d9c72793+-- hash: b55dc8e9a043c5df30c6232c86d8ec02c368e68348eb16ab5682893826456042  name:           antiope-sqs-version:        4.0.0+version:        4.0.1 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme> category:       Services homepage:       https://github.com/arbor/antiope#readme
src/Antiope/SQS/Types.hs view
@@ -1,6 +1,9 @@ {-# LANGUAGE DeriveGeneric #-} -module Antiope.SQS.Types where+module Antiope.SQS.Types+  ( QueueUrl(..)+  , SQSError(..)+  ) where  import Data.String           (IsString) import Data.Text             (Text)