GHC Internals Changed

2008-01-14 Thread C.M.Brown
Hi, It seems that GHC's API interface has changed between 6.6 and 6.8. Most notably, JustTypecheck and GHC.dropForAlls are no longer in scope. Are the changes documented anywhere? The notes on the hackage commentary still seem to point to the previous API internals.

RE: GHC Internals Changed

2008-01-14 Thread Simon Peyton-Jones
Of | C.M.Brown | Sent: 14 January 2008 13:29 | To: glasgow-haskell-users@haskell.org | Subject: GHC Internals Changed | | Hi, | | It seems that GHC's API interface has changed between 6.6 and 6.8. Most | notably, JustTypecheck and GHC.dropForAlls are no longer in scope. | | Are the changes