antiope-sqs 7.4.2 → 7.4.3
raw patch · 2 files changed
+3/−7 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
antiope-sqs.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: antiope-sqs-version: 7.4.2+version: 7.4.3 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
test/Antiope/SQS/MessagesSpec.hs view
@@ -1,13 +1,9 @@ module Antiope.SQS.MessagesSpec-where--import Antiope.SQS.Messages-import Data.Aeson+ ( spec+ ) where import HaskellWorks.Hspec.Hedgehog import Hedgehog-import Hedgehog.Gen as Gen-import Hedgehog.Range as Range import Test.Hspec {-# ANN module ("HLint: Ignore Redundant do" :: String) #-}