diff --git a/components/amazonka/Effectful/Zoo/Amazonka/Data/AwsLogEntry.hs b/components/amazonka/Effectful/Zoo/Amazonka/Data/AwsLogEntry.hs
--- a/components/amazonka/Effectful/Zoo/Amazonka/Data/AwsLogEntry.hs
+++ b/components/amazonka/Effectful/Zoo/Amazonka/Data/AwsLogEntry.hs
@@ -13,4 +13,3 @@
   }
   deriving stock Generic
   deriving stock Show
-  deriving stock Typeable
diff --git a/components/rds-data/Effectful/Zoo/RdsData/Migration.hs b/components/rds-data/Effectful/Zoo/RdsData/Migration.hs
--- a/components/rds-data/Effectful/Zoo/RdsData/Migration.hs
+++ b/components/rds-data/Effectful/Zoo/RdsData/Migration.hs
@@ -18,7 +18,7 @@
 import Data.Generics.Product.Any
 import Data.List qualified as L
 import Data.RdsData.Aws
-import Data.RdsData.Migration.Types hiding (id)
+import Data.RdsData.Migration.Types
 import Data.Text qualified as T
 import Data.Text.Encoding qualified as T
 import Effectful
diff --git a/effectful-zoo.cabal b/effectful-zoo.cabal
--- a/effectful-zoo.cabal
+++ b/effectful-zoo.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.4
 
 name:                   effectful-zoo
-version:                0.0.5.0
+version:                0.0.5.1
 synopsis:               Effectful effects for testing
 description:            See https://hackage.haskell.org/package/effectful-zoo/docs/effectful-zoo.html
 category:               Development
@@ -25,7 +25,7 @@
   type: git
   location: https://github.com/haskell-works/effectful-zoo
 
-common base                       { build-depends: base                       >= 4.17.2.1   && < 4.20   }
+common base                       { build-depends: base                       >= 4.17.2.1   && < 5      }
 
 common aeson                      { build-depends: aeson                      >= 2.2.3      && < 3      }
 common aeson-pretty               { build-depends: aeson-pretty               >= 0.8.10     && < 1      }
@@ -53,7 +53,7 @@
 common lifted-base                { build-depends: lifted-base                >= 0.2.3.12   && < 0.3    }
 common microlens                  { build-depends: microlens                  >= 0.4.13.1   && < 0.5    }
 common process                    { build-depends: process                    >= 1.6.19     && < 2      }
-common rds-data-codecs            { build-depends: rds-data:codecs            >= 0.1.1.1    && < 0.2    }
+common rds-data-codecs            { build-depends: rds-data:codecs            >= 0.1.1.1    && < 0.3    }
 common resourcet                  { build-depends: resourcet                  >= 1.3        && < 2      }
 common resourcet-effectful        { build-depends: resourcet-effectful        >= 1.0.1      && < 2      }
 common stm                        { build-depends: stm                        >= 2.5.1      && < 3      }
@@ -384,6 +384,7 @@
 test-suite effectful-zoo-test
   import:               base, project-config,
                         effectful-zoo-hedgehog,
+                        exceptions,
                         hedgehog,
                         hw-prelude,
                         tasty,
