From: sof Date: Thu, 7 Apr 2005 23:36:48 +0000 (+0000) Subject: [project @ 2005-04-07 23:36:48 by sof] X-Git-Tag: arity-anal-branch-point~6 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ce95dd798cdf6068515e4e6e08fb8b3f9d65f79a;p=haskell-directory.git [project @ 2005-04-07 23:36:48 by sof] import reordering wibble to make it mingw-palatable. Merge to STABLE. --- 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