* [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-pcre-builtin/files: regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch
@ 2012-06-02 3:50 Mark Wright (gienah)
0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2012-06-02 3:50 UTC (permalink / raw
To: gentoo-commits
gienah 12/06/02 03:50:52
Added: regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch
Log:
Fix build with ghc 7.5 dev snapshot
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-haskell/regex-pcre-builtin/files/regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-pcre-builtin/files/regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-pcre-builtin/files/regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch?rev=1.1&content-type=text/plain
Index: regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch
===================================================================
--- regex-pcre-builtin-0.94.2.1.7.7-orig/Text/Regex/PCRE/Wrap.hsc 2009-05-21 16:44:47.000000000 +1000
+++ regex-pcre-builtin-0.94.2.1.7.7/Text/Regex/PCRE/Wrap.hsc 2012-05-19 15:04:34.225820227 +1000
@@ -90,6 +90,9 @@
import Text.Regex.Base.RegexLike(RegexOptions(..),RegexMaker(..),RegexContext(..),MatchArray,MatchOffset)
#endif
+#if (__GLASGOW_HASKELL__>=705)
+import Foreign.C.Types(CInt(..), CSize(..))
+#endif
-- | return version of pcre used or Nothing if pcre is not available.
getVersion :: Maybe String
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-02 3:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 3:50 [gentoo-commits] gentoo-x86 commit in dev-haskell/regex-pcre-builtin/files: regex-pcre-builtin-0.94.2.1.7.7-ghc-7.5.patch Mark Wright (gienah)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox