aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2011-10-23 22:48:18 +0200
committerDavid Waern <david.waern@gmail.com>2011-10-23 22:48:18 +0200
commitb5468c4ac6ef55b1ee3bcfb33a0f79f3e066126f (patch)
tree6184c906dc36b0658884cbab12fb835315059e18 /src/Main.hs
parentdc24731687701b02f283c3e3e8fadd5949848544 (diff)
Remove NEW_GHC_LAYOUT conditional.
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 0 insertions, 4 deletions
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)