RE: Generating External-Core for GHC libraries

2012-04-04 Thread Simon Peyton-Jones
askell.org Subject: Generating External-Core for GHC libraries Hi, I am trying to generate External-Core files for the GHC libraries. I need these files as I am working on an interpreter for Haskell (by interpreting External-core). I have tried following the README and HOWTO files of both the e

Generating External-Core for GHC libraries

2012-04-04 Thread Knut Halvor Skrede
Hi, I am trying to generate External-Core files for the GHC libraries. I need these files as I am working on an interpreter for Haskell (by interpreting External-core). I have tried following the README and HOWTO files of both the extcore and linkcore packages. Unfortunately, I have been unable to