
14 Dec
2006
14 Dec
'06
2:38 p.m.
On Tue, Dec 12, 2006 at 11:33:21PM +1100, Donald Bruce Stewart wrote:
simonmarhaskell:
- cabal/darcs/haddock are no replacement for minimal help texts: cabal should require the existence of a README
absolutely, this has occurred to me too. There should be a stanard Cabal README file, and Don's mkcabal tool could drop it in the tree.
This occurred to me too. My current plan for mkcabal is that it creates:
foo.cabal Setup.lhs README
Just a small point, but I'd expect README to be very specific to each project, whereas I'd expect to find the three "runhaskell Setup.hs" commands in INSTALL (similar to the generic ./configure;make;make install file you find with C programs.
LICENSE
Thanks Ian