
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. http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/API Kind regards, Chris.

Probably not, or at least not well. I'm afraid you'll just have to look at the new API and ask questions. Putting what you learn on the Wiki is a great service for others who walk the same path. Simon | -----Original Message----- | From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org] On Behalf 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 documented anywhere? The notes on the hackage commentary | still seem to point to the previous API internals. | | http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/API | | Kind regards, | Chris. | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (2)
-
C.M.Brown
-
Simon Peyton-Jones