From 6c7b7f069fc7439d46f86baec14d6f6279d264c3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 10 Sep 2008 19:47:44 +0000 Subject: Fix haddock inplace on Windows --- src/Main.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/Main.hs b/src/Main.hs index 3e9d6422..99887bbe 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -212,9 +212,7 @@ render flags interfaces installedIfaces = do do m <- getExecDir case m of Nothing -> error "No libdir found" - Just d -> - return (d ".." "share" - ("haddock-" ++ showVersion version)) + Just d -> return (d ".." "share") #else getDataDir -- provided by Cabal #endif -- cgit v1.2.3