Can't push to haddock repo

Ben Gamari ben at well-typed.com
Mon Oct 26 13:54:55 UTC 2015


Simon Peyton Jones <simonpj at microsoft.com> writes:

> Well in utils/haddock/.git/config I see
> [remote "origin"]
> 	url = git://git.haskell.org/haddock.git
> 	pushurl = ssh://git@git.haskell.org/haddock.git
>
Note the difference in hostnames,

 	   ssh://git@git.haskell.org/haddock.git
     ssh://git@github.com/haskell/haddock.git 

The point being, Haddock is hosted on Github. I believe the repo on
git.haskell.org is merely a mirror.

It's a bit hard to keep track of all of this at times, so the upstream
repositories are documented in the `packages` file at the root of the
GHC repository.

Cheers,

- Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20151026/21a3f852/attachment.sig>


More information about the ghc-devs mailing list