aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authordavve <davve@dtek.chalmers.se>2006-09-15 18:05:29 +0000
committerdavve <davve@dtek.chalmers.se>2006-09-15 18:05:29 +0000
commitd2eedd954f844cd88b47026f415c4192bc051dd2 (patch)
treea3e65aaa48f792edca333731268be5802a83c599 /haddock.cabal
parent68478d9e11b545fc6b5f6771a35f9088837ed1ce (diff)
Change the executable name to haddock-ghc-nolib
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index e6eb88cc..8786bf5c 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -53,7 +53,7 @@ extra-source-files:
haskell.vim
src/haddock.sh
-executable: haddock-ghc
+executable: haddock-ghc-nolib
hs-source-dirs: src
main-is: Main.hs
extensions: CPP, PatternGuards