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: 862a9bb27e97f9f2b7bcc67388292301486589db51e7e9b225a7df79d32de4bf
+-- hash: 241ed6e61904de46713418afddb457ff7c4fafc79977952f9d3cf7f2abfd7c49
 
 name:           antiope-athena
-version:        5.0.0
+version:        5.0.1
 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.Athena
+  other-modules:
+      Paths_antiope_athena
   hs-source-dirs:
       src
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -39,15 +43,13 @@
     , 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
@@ -62,6 +64,4 @@
     , resourcet
     , text
     , unliftio-core
-  other-modules:
-      Paths_antiope_athena
   default-language: Haskell2010
