Re: Trees that Grow in the hsSyn AST

2017-05-30 Thread David Feuer
On Friday, May 26, 2017 9:03:15 AM EDT Simon Peyton Jones wrote: > 1. Which is better to start with: HsSyn or Core? Intuition suggests this sort > of thing could be very helpful for making zapping more reliable and ensuring > its efficiency, but there may be better reasons to start with HsSyn. >

Haskell Implementors' Workshop Call for Talks

2017-05-30 Thread Richard Eisenberg
Call for Contributions ACM SIGPLAN Haskell Implementors' Workshop http://icfp17.sigplan.org/track/hiw-2017 Oxford, UK, 9 September, 2017 Co-located with ICFP 2017

Re: Cross-compiling Template Haskell via -fexternal-interpreter and IPC

2017-05-30 Thread Alberto Valverde
Hi Moritz, Sounds like it should be pretty straightforward to run GHCSlave on wine, so it might just work indeed. I'll build a nix environment for my app using your GHC branch and report back ASAP. However, what might block me won't be related to the cross-compilation per-se but to the migration