newtype coercion wrapping status
Joachim Breitner
mail at joachim-breitner.de
Wed Sep 4 14:13:00 CEST 2013
Hi,
Am Mittwoch, den 04.09.2013, 11:55 +0000 schrieb Simon Peyton-Jones:
> Joachim,
>
> How do I get your code?
>
> bash$ git clone https://github.com/nomeata/ghc/compare/ntclass-clean newtype-wrappers
> Cloning into 'newtype-wrappers'...
> fatal: https://github.com/nomeata/ghc/compare/ntclass-clean/info/refs not found: did you run git update-server-info on the server?
The command
$ git clone -b ntclass-clean https://github.com/nomeata/ghc/
should work, or alternatively
$ git fetch https://github.com/nomeata/ghc/ ntclass-clean:ntclass-clean
inside a working copy to just add this branch (without adding an
explicit remote).
Greetings,
Joachim
--
Joachim “nomeata” Breitner
mail at joachim-breitner.de • http://www.joachim-breitner.de/
Jabber: nomeata at joachim-breitner.de • GPG-Key: 0x4743206C
Debian Developer: nomeata at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20130904/30418fa2/attachment.pgp>
More information about the ghc-devs
mailing list