Re: Static Flags and the GHC API

2007-03-07 Thread Simon Marlow
Judah Jacobson wrote: Hi all, I've run across an issue in HEAD regarding the GHC API (trac #1181). Code that worked under ghc-6.6 (eg, http://haskell.org/haskellwiki/GHC/As_a_library) currently panics with the message "a static opt was looked at too early!" If you set the static flags manually

Static Flags and the GHC API

2007-03-06 Thread Judah Jacobson
Hi all, I've run across an issue in HEAD regarding the GHC API (trac #1181). Code that worked under ghc-6.6 (eg, http://haskell.org/haskellwiki/GHC/As_a_library) currently panics with the message "a static opt was looked at too early!" If you set the static flags manually (eg via StaticFlags.par