diff options
author | davve <davve@dtek.chalmers.se> | 2006-09-15 18:05:29 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2006-09-15 18:05:29 +0000 |
commit | d2eedd954f844cd88b47026f415c4192bc051dd2 (patch) | |
tree | a3e65aaa48f792edca333731268be5802a83c599 | |
parent | 68478d9e11b545fc6b5f6771a35f9088837ed1ce (diff) |
Change the executable name to haddock-ghc-nolib
-rw-r--r-- | haddock.cabal | 2 |
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 |