diff --git a/polysemy-zoo.cabal b/polysemy-zoo.cabal
--- a/polysemy-zoo.cabal
+++ b/polysemy-zoo.cabal
@@ -1,18 +1,18 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.7.
+-- This file has been generated from package.yaml by hpack version 0.35.2.
 --
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-zoo
-version:        0.8.1.0
+version:        0.8.2.0
 synopsis:       Experimental, user-contributed effects and interpreters for polysemy
 description:    Please see the README on GitHub at <https://github.com/isovector/polysemy-zoo#readme>
 category:       Polysemy
-homepage:       https://github.com/isovector/polysemy-zoo#readme
-bug-reports:    https://github.com/isovector/polysemy-zoo/issues
+homepage:       https://github.com/polysemy-research/polysemy-zoo#readme
+bug-reports:    https://github.com/polysemy-research/polysemy-zoo/issues
 author:         Sandy Maguire
-maintainer:     sandy@sandymaguire.me
+maintainer:     https://funprog.zulipchat.com/#narrow/stream/216942-Polysemy
 copyright:      2019 Sandy Maguire
 license:        BSD3
 license-file:   LICENSE
@@ -23,7 +23,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/isovector/polysemy-zoo
+  location: https://github.com/polysemy-research/polysemy-zoo
 
 library
   exposed-modules:
@@ -83,14 +83,14 @@
     , contravariant <2
     , exceptions >=0.10.0 && <0.11
     , ghc-compact >=0.1.0.0
-    , ghc-prim >=0.5.2 && <0.9
+    , ghc-prim >=0.5.2 && <0.10
     , mtl >=2.0.1.0 && <3.0.0.0
     , polysemy >=1.4.0.0
     , random >=1.1 && <1.3
     , reflection >=2.1.4 && <3.0.0
     , streaming ==0.2.*
-    , text >=1.1.0 && <1.3
-    , transformers >=0.5.2.0 && <0.6
+    , text >=1.1.0 && <2.1
+    , transformers >=0.5.2.0 && <0.7
   default-language: Haskell2010
 
 test-suite polysemy-zoo-test
@@ -134,7 +134,7 @@
     , contravariant <2
     , exceptions >=0.10.0 && <0.11
     , ghc-compact >=0.1.0.0
-    , ghc-prim >=0.5.2 && <0.9
+    , ghc-prim >=0.5.2 && <0.10
     , hspec >=2.6.0 && <3
     , mtl >=2.0.1.0 && <3.0.0.0
     , polysemy >=1.2.0.0
@@ -143,6 +143,6 @@
     , random >=1.1 && <1.3
     , reflection >=2.1.4 && <3.0.0
     , streaming ==0.2.*
-    , text >=1.1.0 && <1.3
-    , transformers >=0.5.2.0 && <0.6
+    , text >=1.1.0 && <2.1
+    , transformers >=0.5.2.0 && <0.7
   default-language: Haskell2010
