diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,5 +1,9 @@
 highlighting-kate 0.5.0.3 (12 Feb 2012)
 
+  * Fixed typo in version bounds for pcre-light.
+
+highlighting-kate 0.5.0.3 (12 Feb 2012)
+
   * Fixed compilation with the 'pcre-light' flag.
 
 highlighting-kate 0.5.0.2 (08 Feb 2012)
diff --git a/highlighting-kate.cabal b/highlighting-kate.cabal
--- a/highlighting-kate.cabal
+++ b/highlighting-kate.cabal
@@ -1,5 +1,5 @@
 Name:                highlighting-kate
-Version:             0.5.0.3
+Version:             0.5.0.4
 Cabal-Version:       >= 1.6
 Build-Type:          Simple
 Category:            Text
@@ -142,7 +142,7 @@
   else
     Build-Depends:   base < 3
   if flag(pcre-light)
-    Build-depends:   pcre-light >= 4.0 && < 4.1
+    Build-depends:   pcre-light >= 0.4 && < 0.5
     cpp-options:     -D_PCRE_LIGHT
   else
     Build-depends:   regex-pcre-builtin
