diff --git a/antiope-athena.cabal b/antiope-athena.cabal
--- a/antiope-athena.cabal
+++ b/antiope-athena.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 8aebc4e74211b48aa415a834b787a716853ff8eb11d80696fc166376aeec73ad
+-- hash: 1ac0d2c6e1e78ef8c79baf777d298c2a8fd62d2c3a1dc65868c9d3424316526d
 
 name:           antiope-athena
-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.Athena
-  other-modules:
-      Paths_antiope_athena
   hs-source-dirs:
       src
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -43,13 +39,15 @@
     , resourcet
     , text
     , unliftio-core
+  exposed-modules:
+      Antiope.Athena
+  other-modules:
+      Paths_antiope_athena
   default-language: Haskell2010
 
 test-suite antiope-athena-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
-  other-modules:
-      Paths_antiope_athena
   hs-source-dirs:
       test
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -64,4 +62,6 @@
     , resourcet
     , text
     , unliftio-core
+  other-modules:
+      Paths_antiope_athena
   default-language: Haskell2010
