Re: Proposal: New procedures for handling packages in a GHC tree
Johan Tibell <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <CAK-tuPZdsSPgVp4ZPMdQT=s81xXYO0G8vqeHObrqJ58BFiHLog@mail.gmail.com> |
First, thanks to Ian for implementing this. On Sun, Nov 25, 2012 at 1:18 PM, Ian Lynagh <[email protected]> wrote: > On Fri, Nov 02, 2012 at 08:10:04PM +0000, Ian Lynagh wrote: >> >> We have been working on a new way in which we handle the repositories >> that make up a GHC tree, in order to makes the process smoother for all >> parties. >> >> Our proposal is here: >> http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions/Repositories > > We've now gone ahead with this proposal. > > We've stuck with only converting repositories with upstreams to > submodules for now, but we may expand them to cover all repositories in > the future. Is it possible to have the submodules be initialized to point to the GitHub repos if the main ghc repo was cloned from there? Cheers, Johan