diff options
author | Ian Lynagh <igloo@earth.li> | 2009-08-16 18:42:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-08-16 18:42:44 +0000 |
commit | d62ac71e92c8d13b311e4e5d5c72114810534eb8 (patch) | |
tree | 041e0d7ab1d6d867df3cc51a9b62c6862e1d41d6 /haddock.wrapper | |
parent | a08b2ea0b62799ba94602829a2db5b99d7837272 (diff) |
Follow GHC build system changes
Diffstat (limited to 'haddock.wrapper')
-rw-r--r-- | haddock.wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.wrapper b/haddock.wrapper index 0888c2f4..0895fbac 100644 --- a/haddock.wrapper +++ b/haddock.wrapper @@ -1,3 +1,3 @@ #!/bin/sh -exec $executablename -B$datadir -l$datadir ${1+"$@"} +exec $executablename -B$topdir -l$topdir ${1+"$@"} |