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: ea5f337c5cb31d31b885555adf0b9b1c9c30a99859dcccee8e6bb81c6119c965
+-- hash: 6e36f9c97d430da79763d4dad048a3a957663ab6aace51285e6215d2a6a0d32c
 
 name:           antiope-dynamodb
-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,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
