From 956a642536df65fee1f7c3135f80898018e932cf Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 20 Feb 2009 17:34:14 +0000 Subject: [PATCH] ifdef out the syncIOManager export on Windows; fixes the build --- GHC/Conc.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 7e8b916..25eef9f 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -92,7 +92,9 @@ module GHC.Conc #endif , ensureIOManagerIsRunning +#ifndef mingw32_HOST_OS , syncIOManager +#endif #ifdef mingw32_HOST_OS , ConsoleEvent(..) -- 1.7.10.4