diff --git a/regex-pcre.cabal b/regex-pcre.cabal
--- a/regex-pcre.cabal
+++ b/regex-pcre.cabal
@@ -1,6 +1,6 @@
 Name:                   regex-pcre
 -- Keep the Version below in sync with ./Text/Regex/PCRE.hs value getVersion_Text_Regex_PCRE :: Version
-Version:                0.94.3
+Version:                0.94.4
 Cabal-Version:          >=1.2.3
 License:                BSD3
 License-File:           LICENSE
@@ -8,8 +8,8 @@
 Author:                 Christopher Kuklewicz
 Maintainer:             TextRegexLazy@personal.mightyreason.com
 Stability:              Seems to work, passes a few tests
-Homepage:               http://sourceforge.net/projects/lazy-regex
-Package-URL:            http://darcs.haskell.org/packages/regex-unstable/regex-pcre/
+Homepage:               http://hackage.haskell.org/package/regex-pcre
+Package-URL:            http://code.haskell.org/regex-pcre/
 Synopsis:               Replaces/Enhances Text.Regex
 Description:            The PCRE backend to accompany regex-base, see www.pcre.org
 Category:               Text
@@ -64,5 +64,5 @@
   -- anyway.  The resulting regex-posix will exist, but throw errors.
   CC-Options:             -DHAVE_PCRE_H
   Extra-Libraries:        pcre
-  Include-Dirs:           /opt/local/include
-  Extra-Lib-Dirs:         /opt/local/lib
+  --Include-Dirs:           /opt/local/include
+  --Extra-Lib-Dirs:         /opt/local/lib
