regex-pcre-builtin 0.94.4.5.8.31 → 0.94.4.6.8.31
raw patch · 2 files changed
+4/−2 lines, 2 filesnew-uploaderPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- pcre/config.h +3/−1
- regex-pcre-builtin.cabal +1/−1
pcre/config.h view
@@ -340,7 +340,9 @@ even in an EBCDIC environment, but it is incompatible with the EBCDIC macro. That is, PCRE can support *either* EBCDIC code *or* ASCII/UTF-8/16, but not both at once. */-/* #undef SUPPORT_UTF */+#ifndef SUPPORT_UTF+#define SUPPORT_UTF+#endif /* Version number of package */ #ifndef VERSION
regex-pcre-builtin.cabal view
@@ -1,6 +1,6 @@ Name: regex-pcre-builtin -- Keep the Version below in sync with ./Text/Regex/PCRE.hs value getVersion_Text_Regex_PCRE :: Version-Version: 0.94.4.5.8.31+Version: 0.94.4.6.8.31 Cabal-Version: >=1.2.3 License: BSD3 License-File: LICENSE