diff --git a/pcre-light.cabal b/pcre-light.cabal
--- a/pcre-light.cabal
+++ b/pcre-light.cabal
@@ -1,5 +1,5 @@
 name:            pcre-light
-version:         0.4.0.2
+version:         0.4.0.3
 homepage:        https://github.com/Daniel-Diaz/pcre-light
 synopsis:        A small, efficient and portable regex library for Perl 5 compatible regular expressions
 description:
@@ -8,8 +8,8 @@
     The PCRE library is a set of functions that implement regular
     expression pattern matching using the same syntax and semantics as Perl 5.
     .
-    Test coverage data for this library is available at:
-        <http://code.haskell.org/~dons/tests/pcre-light/hpc_index.html>
+    If installation fails reporting that you are missing the prce C library, try installing
+    the @libpcre3-dev@ package (linux).
     .
 category:        Text
 license:         BSD3
@@ -19,7 +19,7 @@
 maintainer:      Daniel Díaz <dhelta.diaz@gmail.com>
 cabal-version: >= 1.2.0
 build-type:      Configure
-tested-with:     GHC == 7.8.2
+tested-with:     GHC == 7.8.3
 extra-source-files: configure, pcre-light.buildinfo.in, README.md
 extra-tmp-files:    pcre-light.buildinfo
 
