You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch

12 lines
376 B

--- 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