[haskell-llvm] llvm-patch: Generalise the CallArgs type class so you can use call with two return types within one module

Max Bolingbroke batterseapower at hotmail.com
Wed Jul 6 23:16:46 BST 2011


On 6 July 2011 20:14, Henning Thielemann <lemming at henning-thielemann.de> wrote:
>
> On Wed, 6 Jul 2011, Max Bolingbroke wrote:
>
>> (BTW your repo is not cloneable over HTTP: you should run
>> update-server-info in a post-update hook if you wish it to be).
>
> I am a git newbie. How to do that? Pointer to an explanation is ok. I have
> just called 'git update-server-info' on that directory.

AFAIK it should be sufficient to SSH into code.haskell.org, then
rename the file at
http://code.haskell.org/~thielema/llvm/.git/hooks/post-update.sample
to http://code.haskell.org/~thielema/llvm/.git/hooks/post-update and
mark it as executable.

It should then be run every time you push.

Max



More information about the Haskell-llvm mailing list