diff --git a/rematch-text.cabal b/rematch-text.cabal
--- a/rematch-text.cabal
+++ b/rematch-text.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                rematch-text
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            `rematch` matchers for Data.Text
 -- description:
 license:             MIT
@@ -17,4 +17,4 @@
 library
   exposed-modules: Control.Rematch.Text.Strict, Control.Rematch.Text.Lazy
   -- other-modules:
-  build-depends:       base ==4.5.*, rematch == 0.1.*, text >= 0.10
+  build-depends:       base >=4.5.0 && < 5, rematch == 0.1.*, text >= 0.10
