packages feed

regex-pcre-builtin 0.95.1.0.8.43 → 0.95.1.1.8.43

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

regex-pcre-builtin.cabal view
@@ -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
src/Text/Regex/PCRE/Wrap.hsc view
@@ -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.