gienah 15/01/03 10:32:11 Added: gio-0.13.0.4-ghc-7.10.patch Log: Bump gio to 0.13.0.4. Patch gio 0.13.0.3 and 0.13.0.4 for ghc 7.10, restore the KEYWORDS that ghc 7.8.4 has. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.1 dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch?rev=1.1&content-type=text/plain Index: gio-0.13.0.4-ghc-7.10.patch =================================================================== --- gio-0.13.0.4-orig/SetupWrapper.hs 2014-12-24 21:02:08.000000000 +1100 +++ gio-0.13.0.4/SetupWrapper.hs 2015-01-03 19:14:53.721416960 +1100 @@ -18,7 +18,7 @@ import System.Environment import System.Process -import System.Exit +import System.Exit (exitWith, ExitCode(..)) import System.FilePath import System.Directory import qualified Control.Exception as Exception
