Comment of Sigbjorn Finne on August 9, 1998:
Modulo a couple of Makefile tweaks, Haggis is just about ready to be added to the Glasgow fptools CVS repository, which is publically accessible for people that want to have a look/contribute. This version should compile with the latest&greatest version of GHC.Re: "official" GUI system of the project that includes combining Hugs and GHC together - this is still up in the air, we're looking at a bunch of different ways of doing this. Related to Haggis, one option is to use the basic Haggis programming model (i.e., Concurrent Haskell + virtual I/O devices) and layer it on top of a Tk binding (on top of TkHaskell, probably) or some other set of widgets/controls. Adopting Haggis in its full glory(?) won't happen, it would just be too much work to get something slick, maintainable and portable across platforms by doing it all ourselves in Haskell.