[nightly] 14-Jun-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-06-14 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Jun 14 18:00:01 BST 2009. checking out

[nightly] 14-Jun-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-06-14 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Sun Jun 14 19:00:01 BST 2009. **

Re: initial "foreign import prim" patches for review

2009-06-14 Thread Ian Lynagh
On Sun, Jun 14, 2009 at 10:26:45PM +0100, Neil Mitchell wrote: > > > I've changed it to require -XGHCForeignImportPrim. > > The idea of naming a language feature with a compilers name seems like > a bad idea - surely these extensions could possibly work in other > compilers, for example LHC. It'

Re: initial "foreign import prim" patches for review

2009-06-14 Thread Neil Mitchell
Hi > I've changed it to require -XGHCForeignImportPrim. The idea of naming a language feature with a compilers name seems like a bad idea - surely these extensions could possibly work in other compilers, for example LHC. It all sounds like a very sensible direction to go in though :-) Thanks N