Re: New branch implementing typed/untyped Template Haskell

2013-05-17 Thread Geoffrey Mainland
No special magic. Just make sure you get the th-new branches of ghc, libraries/template-haskell, and testsuite. If you hit any snags let me know---happy to help you get running. Geoff On 05/17/2013 07:12 PM, Jacques Carette wrote: Fantastic! I will definitely be trying it out early next

New branch implementing typed/untyped Template Haskell

2013-05-16 Thread Geoffrey Mainland
I have pushed a new branch, th-new, that partially implements the proposal outlined in Simon PJ's New directions for Template Haskell post at: http://hackage.haskell.org/trac/ghc/blog/Template%20Haskell%20Proposal The main missing features are top-level pattern splices and local declaration

RE: New branch implementing typed/untyped Template Haskell

2013-05-16 Thread Simon Peyton-Jones
| -Original Message- | From: ghc-devs-boun...@haskell.org [mailto:ghc-devs-boun...@haskell.org] | On Behalf Of Geoffrey Mainland | Sent: 16 May 2013 16:22 | To: ghc-devs@haskell.org | Cc: care...@mcmaster.ca | Subject: New branch implementing typed/untyped Template Haskell | | I have pushed a new

Re: New branch implementing typed/untyped Template Haskell

2013-05-16 Thread Geoffrey Mainland
| Cc: care...@mcmaster.ca | Subject: New branch implementing typed/untyped Template Haskell | | I have pushed a new branch, th-new, that partially implements the | proposal outlined in Simon PJ's New directions for Template Haskell | post at: | | http://hackage.haskell.org/trac/ghc/blog