summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch')
-rw-r--r--dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch b/dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch
new file mode 100644
index 000000000000..75943a09ee0a
--- /dev/null
+++ b/dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch
@@ -0,0 +1,11 @@
+--- glib-0.13.0.7-orig/SetupWrapper.hs 2014-12-24 20:57:16.000000000 +1100
++++ glib-0.13.0.7/SetupWrapper.hs 2015-01-03 17:39:42.464000600 +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