diff --git a/antiope-core.cabal b/antiope-core.cabal
--- a/antiope-core.cabal
+++ b/antiope-core.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: f4955078fabef73a1026ffe231b383d838685f9e01a7b2e39febe95916ab1748
+-- hash: 0960bdac395f9a70a5d2e3693fadc969fa7c70dc9bc10f456cc0c0d887331647
 
 name:           antiope-core
-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.Core
+      Antiope.Env
+  other-modules:
+      Paths_antiope_core
   hs-source-dirs:
       src
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -msse4.2
@@ -42,16 +47,13 @@
     , resourcet
     , transformers
     , unliftio-core
-  exposed-modules:
-      Antiope.Core
-      Antiope.Env
-  other-modules:
-      Paths_antiope_core
   default-language: Haskell2010
 
 test-suite antiope-core-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      Paths_antiope_core
   hs-source-dirs:
       test
   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -O2 -msse4.2 -threaded -rtsopts -with-rtsopts=-N
@@ -69,6 +71,4 @@
     , resourcet
     , transformers
     , unliftio-core
-  other-modules:
-      Paths_antiope_core
   default-language: Haskell2010
diff --git a/src/Antiope/Core.hs b/src/Antiope/Core.hs
--- a/src/Antiope/Core.hs
+++ b/src/Antiope/Core.hs
@@ -10,6 +10,7 @@
 module Antiope.Core
   ( module Network.AWS.Data.Text
   , AWS.AWS
+  , AWS.MonadAWS
   , AWS.Env
   , AWS.Error(..)
   , AWS.ErrorCode(..), AWS.errorCode
