Re: Hugs' build system
Sven Panne <[email protected]> Mon, 26 Mar 2007 17:18:08 +0200
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 25 March 2007 19:26, Ross Paterson wrote: > One little glitch: several files that are executable in the CVS version > aren't in the darcs repo (list with: find -type f -perm -0111). Hmmm, darcs doesn't seem to handle any kind of meta data: http://darcs.net/DarcsWiki/FrequentlyAskedQuestions#head-f6690ca8f72ee57532b9cf5e74147ae92f0be62a Experimenting with a local repo, it looks like everything is created 0666 (modulo umask), so I can fix this in the darcs repo, but this won't have any effect on checkouts. GHC's darcs-all suffers from this, too, and nhc98 comes with a 'start' script (which we should probably add, too). Cheers, S.