diff --git a/regex-pcre-builtin.cabal b/regex-pcre-builtin.cabal
--- a/regex-pcre-builtin.cabal
+++ b/regex-pcre-builtin.cabal
@@ -1,6 +1,6 @@
 Name:                   regex-pcre-builtin
 -- Keep the Version below in sync with ./Text/Regex/PCRE.hs value getVersion_Text_Regex_PCRE :: Version
-Version:                0.94.4.8.8.35
+Version:                0.94.5.8.8.35
 Cabal-Version:          >=1.2.3
 License:                BSD3
 License-File:           LICENSE
@@ -26,20 +26,20 @@
   default: True
 library
   if flag(newBase)
-    Build-Depends: base >= 4 && < 5, regex-base >= 0.93, array, containers, bytestring
+    Build-Depends: base >= 4 && < 5, regex-base >=0.93 && <0.94, array, containers, bytestring
     -- Need the next symbol for using CPP to get Data.ByteString.Base|Unsafe in
     --  ./Text/Regex/Posix/ByteString.hs and  ./Text/Regex/Posix/ByteString/Lazy.hs
     CPP-Options: "-DSPLIT_BASE=1"
     Extensions:    MultiParamTypeClasses, FunctionalDependencies, CPP, ForeignFunctionInterface, ScopedTypeVariables, GeneralizedNewtypeDeriving, FlexibleContexts, TypeSynonymInstances, FlexibleInstances
   else
     if flag(splitBase)
-      Build-Depends: base >= 3.0, regex-base >= 0.93, array, containers, bytestring
+      Build-Depends: base >= 3.0, regex-base >=0.93 && <0.94, array, containers, bytestring
       -- Need the next symbol for using CPP to get Data.ByteString.Base|Unsafe in
       --  ./Text/Regex/Posix/ByteString.hs and  ./Text/Regex/Posix/ByteString/Lazy.hs
       CPP-Options: "-DSPLIT_BASE=1"
       Extensions:    MultiParamTypeClasses, FunctionalDependencies, CPP, ForeignFunctionInterface, ScopedTypeVariables, GeneralizedNewtypeDeriving, FlexibleContexts, TypeSynonymInstances, FlexibleInstances
     else
-      Build-Depends: base < 3.0, regex-base >= 0.93
+      Build-Depends: base < 3.0, regex-base >=0.93 && <0.94
       Extensions:    MultiParamTypeClasses, FunctionalDependencies, CPP
   Exposed-Modules:        Text.Regex.PCRE
                           Text.Regex.PCRE.Wrap
