diff --git a/monad-control.cabal b/monad-control.cabal
--- a/monad-control.cabal
+++ b/monad-control.cabal
@@ -1,5 +1,5 @@
 Name:                monad-control
-Version:             0.3.1
+Version:             0.3.1.1
 Synopsis:            Lift control operations, like exception catching, through monad transformers
 License:             BSD3
 License-file:        LICENSE
@@ -27,7 +27,7 @@
   and exploits the @RankNTypes@ and @TypeFamilies@ language extensions to
   simplify and speedup most definitions.
   .
-  The following @critertion@ based benchmark shows that @monad-control@ is on
+  The following @criterion@ based benchmark shows that @monad-control@ is on
   average about 99% faster than @monad-peel@:
   .
   @git clone <https://github.com/basvandijk/bench-monad-peel-control>@
@@ -58,7 +58,7 @@
 
   Build-depends: base                 >= 3     && < 4.6
                , base-unicode-symbols >= 0.1.1 && < 0.3
-               , transformers         >= 0.2   && < 0.3
+               , transformers         >= 0.2   && < 0.4
                , transformers-base    >= 0.4.1 && < 0.5
 
   Ghc-options: -Wall
