diff --git a/opaleye-trans.cabal b/opaleye-trans.cabal
--- a/opaleye-trans.cabal
+++ b/opaleye-trans.cabal
@@ -1,7 +1,7 @@
 name:                opaleye-trans
-version:             0.4.2
+version:             0.4.3
 synopsis:            A monad transformer for Opaleye
-description:         A monad transformer for Opaleye
+description:         A monad transformer for Opaleye with exceptions
 homepage:            https://github.com/WraithM/opaleye-trans
 license:             BSD3
 license-file:        LICENSE
@@ -31,7 +31,7 @@
                , mtl                 >= 2.2 && < 2.3
                , opaleye             >= 0.4 && < 0.7
                , postgresql-simple   >= 0.4 && < 0.6
-               , product-profunctors >= 0.6 && < 0.9
+               , product-profunctors >= 0.6 && < 0.10
                , transformers        >= 0.3 && < 0.6
                , exceptions          >= 0.6 && < 0.9
 
@@ -45,7 +45,7 @@
                , opaleye             >= 0.4 && < 0.7
                , opaleye-trans
                , postgresql-simple   >= 0.4 && < 0.6
-               , product-profunctors >= 0.6 && < 0.9
+               , product-profunctors >= 0.6 && < 0.10
 
 
 executable opaleye-rosetree2
@@ -56,4 +56,4 @@
                , opaleye             >= 0.4 && < 0.7
                , opaleye-trans
                , postgresql-simple   >= 0.4 && < 0.6
-               , product-profunctors >= 0.6 && < 0.9
+               , product-profunctors >= 0.6 && < 0.10
