Aha, that makes sense, thanks!
-Iavor

On Tue, Feb 10, 2015 at 12:47 AM, Herbert Valerio Riedel <[email protected]
> wrote:

> On 2015-02-10 at 02:20:39 +0100, Iavor Diatchki wrote:
>
> [...]
>
> > Any ideas what that's about?  Perhaps, it is simply that I don't have
> > permission to push to `deep-seq`?
>
> You have to push to GitHub's upstream of deepseq:
>
>   $ awk '/^libraries\/deepseq/ { print $4 }' packages
>   ssh://[email protected]/haskell/deepseq.git
>
> you can do that ad-hoc by
>
>   git push ssh://[email protected]/haskell/deepseq.git HEAD:master
>
> from inside libraries/deepseq
>
> it's also mentioned as a comment in the ./packages (as well as on the
> GHC Wiki, I think) file that some subrepos have to be pushed somewhere
> else
>
>
> Cheers,
>   hvr
>
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to