From b041d5b0ada87401a861909db62b4ee95b25c061 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 21 Sep 2008 11:19:00 +0000 Subject: Fix paths used on Windows frmo a GHC tree: There is no whare directory --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 3710487c..febe7467 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -220,7 +220,7 @@ render flags interfaces installedIfaces = do do m <- getExecDir case m of Nothing -> error "No libdir found" - Just d -> return (d ".." "share") + Just d -> return (d "..") #else getDataDir -- provided by Cabal #endif -- cgit v1.2.3