diff --git a/antiope-sqs.cabal b/antiope-sqs.cabal
--- a/antiope-sqs.cabal
+++ b/antiope-sqs.cabal
@@ -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
diff --git a/test/Antiope/SQS/MessagesSpec.hs b/test/Antiope/SQS/MessagesSpec.hs
--- a/test/Antiope/SQS/MessagesSpec.hs
+++ b/test/Antiope/SQS/MessagesSpec.hs
@@ -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) #-}
