aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 1 insertions, 3 deletions
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