aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authordavve <davve@dtek.chalmers.se>2006-12-29 18:53:39 +0000
committerdavve <davve@dtek.chalmers.se>2006-12-29 18:53:39 +0000
commit3117dadcff488eba3993fc0a6bf21281a6d75c26 (patch)
tree12479c6615c8665e4a66048a8b3f302738a01cfe /haddock.cabal
parent63dccfcba3743a78a1848b9ccbba1339e2a669c5 (diff)
Automatically get the GHC lib dir
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 4ccddb6d..f5d1da41 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -9,7 +9,7 @@ maintainer: Simon Marlow <simonmar@microsoft.com>
stability: stable
homepage: http://www.haskell.org/haddock/
synopsis: Haddock is a documentation-generation tool for Haskell libraries
-build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc, network>=1.0, Cabal
+build-depends: base>=1.0, haskell98>=1.0, mtl>=1.0, ghc, network>=1.0, Cabal, FilePath>=0.11
data-files:
html/haddock-DEBUG.css
html/haddock.css
@@ -53,7 +53,7 @@ extra-source-files:
haskell.vim
src/haddock.sh
-executable: haddock-ghc-nolib
+executable: haddock-ghc
hs-source-dirs: src
main-is: Main.hs
extensions: CPP, PatternGuards