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: afb9cf03831b79541f3399c7712786fabe6c9ef65ad7024db736e650f06a8a2b
+-- hash: fe2baf1a110873767c7c636cdc383665cda2ddcd86dcd60b66d4e8f6e5058972
 
 name:           antiope-sqs
-version:        6.0.2
+version:        6.0.3
 description:    Please see the README on Github at <https://github.com/arbor/antiope#readme>
 category:       Services
 homepage:       https://github.com/arbor/antiope#readme
@@ -26,10 +26,6 @@
   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
@@ -50,13 +46,15 @@
     , 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
@@ -78,4 +76,6 @@
     , network-uri
     , text
     , unliftio-core
+  other-modules:
+      Paths_antiope_sqs
   default-language: Haskell2010
