On 12/10/2010 08:23, Simon Peyton-Jones wrote:
Ian
On my windows machine I’m getting this:
utils\ghc-pkg\Main.hs:1511:8: parse error on input `import'
make[1]: *** [utils/ghc-pkg/dist/build/ghc-pkg.exe.exe] Error 1
Dimitrios had this yesterday; I’m not sure how he got round it.
It’s a foreign import in a windows-only section of ghc-pkg.
What should I do? Thanks
I'm guessing this is collateral damage from the -fglasgow-exts cleanup.
You'll want to add {-# LANGUAGE ForeignFunctionInterface #-} to the
top of the module.
Cheers,
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc