diff --git a/pcre-utils.cabal b/pcre-utils.cabal
--- a/pcre-utils.cabal
+++ b/pcre-utils.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                pcre-utils
-version:             0.1.4
+version:             0.1.5
 synopsis:            Perl-like substitute and split for PCRE regexps.
 description:         This package introduces split and replace like functions using PCRE regexps.
 license:             BSD3
@@ -23,9 +23,9 @@
   exposed-modules:     Text.Regex.PCRE.ByteString.Utils
   -- other-modules:       
   ghc-options:         -Wall
-  ghc-prof-options:    -caf-all -auto-all
+  -- ghc-prof-options:    -caf-all -auto-all
   extensions:          OverloadedStrings, BangPatterns
-  build-depends:       base >= 4.6 && < 4.8, regex-pcre-builtin >= 0.94.4.8, bytestring, attoparsec, mtl, vector, array
+  build-depends:       base >= 4.6 && < 4.9, regex-pcre-builtin >= 0.94.4.8, bytestring, attoparsec, mtl, vector, array
 
 Test-Suite test-split
     hs-source-dirs: test
