From ce95dd798cdf6068515e4e6e08fb8b3f9d65f79a Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 7 Apr 2005 23:36:48 +0000 Subject: [PATCH] [project @ 2005-04-07 23:36:48 by sof] import reordering wibble to make it mingw-palatable. Merge to STABLE. --- System/Posix/Signals.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/System/Posix/Signals.hs b/System/Posix/Signals.hs index 4393c64..ba00414 100644 --- a/System/Posix/Signals.hs +++ b/System/Posix/Signals.hs @@ -96,11 +96,6 @@ module System.Posix.Signals ( import Prelude -- necessary to get dependencies right -#ifdef __GLASGOW_HASKELL__ -#include "Signals.h" -import GHC.Conc ( ensureIOManagerIsRunning ) -#endif - import Foreign import Foreign.C import System.IO.Unsafe @@ -110,6 +105,11 @@ import System.Posix.Internals #ifndef mingw32_HOST_OS -- WHOLE FILE... +#ifdef __GLASGOW_HASKELL__ +#include "Signals.h" +import GHC.Conc ( ensureIOManagerIsRunning ) +#endif + -- ----------------------------------------------------------------------------- -- Specific signals -- 1.7.10.4