diff --git a/antiope-dynamodb.cabal b/antiope-dynamodb.cabal
--- a/antiope-dynamodb.cabal
+++ b/antiope-dynamodb.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c5560660ee5132cc4e9ec7e024695844db5b830f46957790fb9a352913967ed5
+-- hash: bbe0371370534280b01c28bf3afc4169966ad2e585e79386deaf86daef7157a2
 
 name:           antiope-dynamodb
-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.DynamoDB
+      Antiope.DynamoDB.Types
+  other-modules:
+      Paths_antiope_dynamodb
   hs-source-dirs:
       src
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -41,16 +46,13 @@
     , text
     , unliftio-core
     , unordered-containers
-  exposed-modules:
-      Antiope.DynamoDB
-      Antiope.DynamoDB.Types
-  other-modules:
-      Paths_antiope_dynamodb
   default-language: Haskell2010
 
 test-suite antiope-dynamodb-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      Paths_antiope_dynamodb
   hs-source-dirs:
       test
   default-extensions: BangPatterns GeneralizedNewtypeDeriving OverloadedStrings TupleSections
@@ -67,6 +69,4 @@
     , text
     , unliftio-core
     , unordered-containers
-  other-modules:
-      Paths_antiope_dynamodb
   default-language: Haskell2010
