diff options
author | David Waern <david.waern@gmail.com> | 2008-06-26 20:26:49 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-06-26 20:26:49 +0000 |
commit | cce29e9a0e7063122a116f96746378e564c582ae (patch) | |
tree | 7fdc036ddf08cf79a424d0a6786de316a08c0989 /haddock.cabal | |
parent | fce984a0a20bde33a3b8d72a23844c8f104b8c38 (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 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 3be3d1ea..7883d52f 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -17,6 +17,7 @@ build-depends: base, haskell98, ghc >= 6.8.2 && < 6.9, + ghc-paths, filepath, directory, pretty, |