Simon Marlow wrote:
Felix Martini wrote:
.....

All this is likely trivial to fix but at the same time these little
roadblocks may also explain why few developers on Windows contribute
code to GHC and Haskell.

I haven't tried sync-all on Windows - can anyone help out here?

It works fine, but be mindful of how 'git' handles crlf translations on Windows. Having run into this a couple of times, it certainly looks the likely cause. Felix
may want to try cloning as follows:

 foo$ git config --global core.autocrlf false
 foo$ git clone http://darcs.haskell.org/ghc.git

hth
--sigbjorn

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to