aboutsummaryrefslogtreecommitdiff
path: root/haddock.wrapper
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-28 14:22:29 +0000
committerIan Lynagh <igloo@earth.li>2008-08-28 14:22:29 +0000
commit54825d3531346ee52a48163f2e2b14d62b90d13b (patch)
treedf5ad7cbd4c9803c14463cb2b119ee6371b68e55 /haddock.wrapper
parent56f2789e70905b790fc961455bcb9fbe56cc6626 (diff)
Fixes for using haddock in a GHC build tree
Diffstat (limited to 'haddock.wrapper')
-rw-r--r--haddock.wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.wrapper b/haddock.wrapper
index e93dc7a7..bb16c310 100644
--- a/haddock.wrapper
+++ b/haddock.wrapper
@@ -1,2 +1,2 @@
-$executablename -B$datadir ${1+"$@"}
+$executablename -B$datadir -l$datadir ${1+"$@"}