diff --git a/bench/Main.hs b/bench/Main.hs
--- a/bench/Main.hs
+++ b/bench/Main.hs
@@ -18,7 +18,7 @@
 import           Data.Monoid
 import           Data.Text      (Text)
 import qualified Data.Text      as Text
-import           Data.Text.Case
+import           Data.Text.Manipulate
 
 main :: IO ()
 main = defaultMain
diff --git a/text-manipulate.cabal b/text-manipulate.cabal
--- a/text-manipulate.cabal
+++ b/text-manipulate.cabal
@@ -1,5 +1,5 @@
 name:                  text-manipulate
-version:               0.1.3
+version:               0.1.3.1
 synopsis:              Case conversion, word boundary manipulation, and textual subjugation.
 homepage:              https://github.com/brendanhay/text-manipulate
 license:               OtherLicense
@@ -57,7 +57,7 @@
 
     build-depends:
           base
-        , criterion       >= 1.0.0.2 && < 1.1
+        , criterion       >= 1.0.0.2
         , text-manipulate
         , text
 
