* [gentoo-commits] gentoo-x86 commit in dev-haskell/wxdirect/files: wxdirect-0.13.1.2-ghc-7.6.patch
@ 2013-01-11 9:41 Mark Wright (gienah)
0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2013-01-11 9:41 UTC (permalink / raw
To: gentoo-commits
gienah 13/01/11 09:41:25
Modified: wxdirect-0.13.1.2-ghc-7.6.patch
Log:
Thanks to peanuts for reporting, patch wxdirect-0.13.1.2 for ghc 7.4.2
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path
1.2 dev-haskell/wxdirect/files/wxdirect-0.13.1.2-ghc-7.6.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/files/wxdirect-0.13.1.2-ghc-7.6.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/files/wxdirect-0.13.1.2-ghc-7.6.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxdirect/files/wxdirect-0.13.1.2-ghc-7.6.patch?r1=1.1&r2=1.2
Index: wxdirect-0.13.1.2-ghc-7.6.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/files/wxdirect-0.13.1.2-ghc-7.6.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxdirect-0.13.1.2-ghc-7.6.patch 27 Dec 2012 02:55:18 -0000 1.1
+++ wxdirect-0.13.1.2-ghc-7.6.patch 11 Jan 2013 09:41:25 -0000 1.2
@@ -10,21 +10,22 @@
build-depends:
base >= 3 && < 4,
--- wxdirect-0.13.1.2-orig/src/ParseEiffel.hs 2012-02-07 18:26:28.000000000 +1100
-+++ wxdirect-0.13.1.2/src/ParseEiffel.hs 2012-11-29 16:13:33.791009108 +1100
++++ wxdirect-0.13.1.2/src/ParseEiffel.hs 2013-01-11 20:11:46.192991896 +1100
@@ -1,3 +1,4 @@
+{-# LANGUAGE ScopedTypeVariables #-}
-----------------------------------------------------------------------------------------
{-| Module : ParseEiffel
Copyright : (c) Daan Leijen 2003
-@@ -12,6 +13,7 @@
+@@ -12,6 +13,8 @@
-----------------------------------------------------------------------------------------
module ParseEiffel( parseEiffel ) where
++import Prelude hiding ( catch )
+import Control.Exception ( catch, IOException )
import Data.Char( digitToInt )
import Text.ParserCombinators.Parsec
import qualified Text.ParserCombinators.Parsec.Token as P
-@@ -33,7 +35,7 @@
+@@ -33,7 +36,7 @@
getDefaultEiffelFiles :: IO [FilePath]
getDefaultEiffelFiles
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-11 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 9:41 [gentoo-commits] gentoo-x86 commit in dev-haskell/wxdirect/files: wxdirect-0.13.1.2-ghc-7.6.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