public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/monadcatchio-transformers/files: monadcatchio-transformers-0.3.0.0-ghc-7.5.patch
@ 2013-08-25  4:48 Alexander Vershilov (qnikst)
  0 siblings, 0 replies; only message in thread
From: Alexander Vershilov (qnikst) @ 2013-08-25  4:48 UTC (permalink / raw
  To: gentoo-commits

qnikst      13/08/25 04:48:16

  Added:                monadcatchio-transformers-0.3.0.0-ghc-7.5.patch
  Log:
  [dev-haskell/monadcatchio-transformers: initial layout
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)

Revision  Changes    Path
1.1                  dev-haskell/monadcatchio-transformers/files/monadcatchio-transformers-0.3.0.0-ghc-7.5.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monadcatchio-transformers/files/monadcatchio-transformers-0.3.0.0-ghc-7.5.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monadcatchio-transformers/files/monadcatchio-transformers-0.3.0.0-ghc-7.5.patch?rev=1.1&content-type=text/plain

Index: monadcatchio-transformers-0.3.0.0-ghc-7.5.patch
===================================================================
--- MonadCatchIO-transformers-0.3.0.0-orig/src/Control/Monad/CatchIO.hs	2012-04-10 07:23:39.000000000 +1000
+++ MonadCatchIO-transformers-0.3.0.0/src/Control/Monad/CatchIO.hs	2012-07-07 21:21:26.691029176 +1000
@@ -1,4 +1,4 @@
-{-# LANGUAGE ExistentialQuantification, ScopedTypeVariables #-}
+{-# LANGUAGE CPP, ExistentialQuantification, ScopedTypeVariables #-}
 module Control.Monad.CatchIO
   (
     MonadCatchIO(..)
@@ -16,7 +16,9 @@
 
 where
 
+#if !MIN_VERSION_base(4,6,0)
 import           Prelude hiding ( catch )
+#endif
 import           Control.Applicative                          ((<$>))
 import qualified Control.Exception.Extensible      as E
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-25  4:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-25  4:48 [gentoo-commits] gentoo-x86 commit in dev-haskell/monadcatchio-transformers/files: monadcatchio-transformers-0.3.0.0-ghc-7.5.patch Alexander Vershilov (qnikst)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox