diff --git a/antiope-messages.cabal b/antiope-messages.cabal
--- a/antiope-messages.cabal
+++ b/antiope-messages.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 9c222db1b50be509e4014f60da187e99a044af393529715ddda1147037a007be
+-- hash: 6a17a32386ae390adf20ec4987bbd31e3b05f537e90a0711a9134e6467a5ce7a
 
 name:           antiope-messages
-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,11 @@
   location: https://github.com/arbor/antiope
 
 library
+  exposed-modules:
+      Antiope.Messages
+      Antiope.Messages.Types
+  other-modules:
+      Paths_antiope_messages
   hs-source-dirs:
       src
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -45,16 +50,13 @@
     , network-uri
     , text
     , unliftio-core
-  exposed-modules:
-      Antiope.Messages
-      Antiope.Messages.Types
-  other-modules:
-      Paths_antiope_messages
   default-language: Haskell2010
 
 test-suite antiope-messages-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      Paths_antiope_messages
   hs-source-dirs:
       test
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -75,6 +77,4 @@
     , network-uri
     , text
     , unliftio-core
-  other-modules:
-      Paths_antiope_messages
   default-language: Haskell2010
