Re: GHC 6.6.1 Build failure on plain vanilla linux i686 build

2007-06-29 Thread Ian Lynagh
On Thu, Jun 28, 2007 at 03:58:32PM -0300, Robin Bate Boerop wrote: On 28/06/07, Ian Lynagh [EMAIL PROTECTED] wrote: What does /sec/bin/ghc --version say? I suspect it'll be 6.4.2.20060331 rather than 6.4.2. Ian, indeed ghc --version was what you expected. Thank you for the advice. My

ghc api, some simple questions

2007-06-29 Thread Claus Reinke
- {-# OPTIONS_GHC -package ghc #-} would be useful, doesn't give a warning, but doesn't work, either. -package works in ghci, but not in source pragmas, why? - hostSession hardcoding topDir doesn't seem to be a good idea. shouldn't GHC export means to get at the hosting ghc session