From b5468c4ac6ef55b1ee3bcfb33a0f79f3e066126f Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 23 Oct 2011 22:48:18 +0200 Subject: Remove NEW_GHC_LAYOUT conditional. --- src/Main.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index f21bde5e..93f18e88 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -407,11 +407,7 @@ getInTreeLibDir = do m <- getExecDir case m of Nothing -> error "No GhcLibDir found" -#ifdef NEW_GHC_LAYOUT Just d -> return (d ".." "lib") -#else - Just d -> return (d "..") -#endif getExecDir :: IO (Maybe String) -- cgit v1.2.3