diff --git a/regex-pcre-builtin.cabal b/regex-pcre-builtin.cabal
--- a/regex-pcre-builtin.cabal
+++ b/regex-pcre-builtin.cabal
@@ -1,5 +1,5 @@
 Name:                   regex-pcre-builtin
-Version:                0.95.1.0.8.43
+Version:                0.95.1.1.8.43
 Cabal-Version:          >=1.10
 stability:              Seems to work, passes a few tests
 build-type:             Simple
diff --git a/src/Text/Regex/PCRE/Wrap.hsc b/src/Text/Regex/PCRE/Wrap.hsc
--- a/src/Text/Regex/PCRE/Wrap.hsc
+++ b/src/Text/Regex/PCRE/Wrap.hsc
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -Wno-unused-do-bind #-}
+{-# OPTIONS_GHC -fno-warn-unused-do-bind #-}
 -- The exported symbols are the same whether HAVE_PCRE_H is defined,
 -- but when if it is not defined then 'getVersion == Nothing' and all
 -- other exported values will call error or fail.
