diff --git a/antiope-sqs.cabal b/antiope-sqs.cabal
--- a/antiope-sqs.cabal
+++ b/antiope-sqs.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: fe2baf1a110873767c7c636cdc383665cda2ddcd86dcd60b66d4e8f6e5058972
+-- hash: 3f59646a7bc2d56ee0345634a7f48caac4dcaa841a1fb58406b78884b7133d33
 
 name:           antiope-sqs
-version:        6.0.3
+version:        6.0.4
 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>
 category:       Services
 homepage:       https://github.com/arbor/antiope#readme
@@ -26,6 +26,10 @@
   location: https://github.com/arbor/antiope
 
 library
+  exposed-modules:
+      Antiope.SQS
+  other-modules:
+      Paths_antiope_sqs
   hs-source-dirs:
       src
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -46,15 +50,13 @@
     , network-uri
     , text
     , unliftio-core
-  exposed-modules:
-      Antiope.SQS
-  other-modules:
-      Paths_antiope_sqs
   default-language: Haskell2010
 
 test-suite antiope-sqs-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      Paths_antiope_sqs
   hs-source-dirs:
       test
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -76,6 +78,4 @@
     , network-uri
     , text
     , unliftio-core
-  other-modules:
-      Paths_antiope_sqs
   default-language: Haskell2010
