[commit: ghc] master: Unbreak Windows build: delete unusud throwIOIO (3d5f8e7)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 13:35:26 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3d5f8e7493c40da855518f7b602760ed6fc0c234/ghc
>---------------------------------------------------------------
commit 3d5f8e7493c40da855518f7b602760ed6fc0c234
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Wed Jul 8 15:30:30 2015 +0200
Unbreak Windows build: delete unusud throwIOIO
Should have been part of 9aa0e4b23d074af44363236fb0f120f07c6e0067.
>---------------------------------------------------------------
3d5f8e7493c40da855518f7b602760ed6fc0c234
utils/ghc-pkg/Main.hs | 5 -----
1 file changed, 5 deletions(-)
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index 6133017..1d80e97 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -1977,11 +1977,6 @@ installSignalHandlers = do
return ()
#endif
-#if mingw32_HOST_OS || mingw32_TARGET_OS
-throwIOIO :: Exception.IOException -> IO a
-throwIOIO = Exception.throwIO
-#endif
-
catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
catchIO = Exception.catch
More information about the ghc-commits
mailing list