aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-06-26 20:26:49 +0000
committerDavid Waern <david.waern@gmail.com>2008-06-26 20:26:49 +0000
commitcce29e9a0e7063122a116f96746378e564c582ae (patch)
tree7fdc036ddf08cf79a424d0a6786de316a08c0989 /src/Haddock
parentfce984a0a20bde33a3b8d72a23844c8f104b8c38 (diff)
Use ghc-paths to get the lib dir
The path can still be overridden using the -B flag. It's not longer required to pass the lib dir to the program that runs the test suite.
Diffstat (limited to 'src/Haddock')
-rw-r--r--src/Haddock/Options.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Options.hs b/src/Haddock/Options.hs
index 6e5514cf..d1b20d3a 100644
--- a/src/Haddock/Options.hs
+++ b/src/Haddock/Options.hs
@@ -91,7 +91,7 @@ options :: Bool -> [OptDescr Flag]
options backwardsCompat =
[
Option ['B'] [] (ReqArg Flag_GhcLibDir "DIR")
- "path to the GHC lib dir, e.g /usr/lib/ghc",
+ "path to the GHC lib dir, to override the default path",
Option ['o'] ["odir"] (ReqArg Flag_OutputDir "DIR")
"directory in which to put the output files",
Option ['l'] ["lib"] (ReqArg Flag_Lib "DIR")