From 807dba0c134a2a9ba3ab949fc4004f5961016d66 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Thu, 11 Sep 2008 10:48:55 +0000 Subject: Import GHC.Paths if not IN_GHC_TREE, seems to match the use of GHC.Paths functions much better --- src/Main.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 8bb58a34..68d7803b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -42,12 +42,11 @@ import System.FilePath import Foreign import Foreign.C import Data.Int +#else +import GHC.Paths #endif import GHC -#ifdef GHC_PATHS -import GHC.Paths -#endif import DynFlags import Bag import ErrUtils -- cgit v1.2.3