From e07f9b5e3f9372c1f819275d32eeaffc744c126a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 12 Sep 2008 12:59:13 +0000 Subject: Wibble imports --- src/Main.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Main.hs b/src/Main.hs index 1bb22655..3cd6d5f7 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -39,11 +39,14 @@ import System.IO import System.Exit import System.Environment import System.FilePath -#ifdef IN_GHC_TREE + +#if defined(mingw32_HOST_OS) import Foreign import Foreign.C import Data.Int -#else +#endif + +#ifndef IN_GHC_TREE import GHC.Paths #endif -- cgit v1.2.3