patch applied (cabal): Fix non-fatal problem with ' setup haddock' for an exe package
Simon Marlow <[email protected]> Tue, 9 Jan 2007 05:38:08 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20070109133808.GA15310__49461.7566852414$1168349912$gmane$org@cvs.haskell.org> |
Tue Jan 9 05:37:51 PST 2007 Simon Marlow <[email protected]> * Fix non-fatal problem with 'setup haddock' for an exe package For some unknown reason, we were passing --use-package=P to haddock, where P is the name of the current executable package. This can never work, since P is not a library and will not be installed. Fortunately Haddock ignores the error and continues anyway. M ./Distribution/Simple.hs -1 +1