Re: [Hugs-users] Status of Hugs? (last major release for Windows was 2003..)
Ross Paterson <[email protected]> Mon, 20 Feb 2006 10:51:16 +0000
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <20060220105116.GA3607__17622.1058507965$1140432694$gmane$org@soi.city.ac.uk> |
On Mon, Feb 20, 2006 at 03:31:44AM +0000, Neil Mitchell wrote: > > Yes, please try that out. When WinHugs is ready, there will be a Hugs > > release. > > It's pretty much ready now, I'll package up some final binaries > tomorrow - whenever Hugs is in a ready state I'm happy to release. Outstanding issues I'm aware of: - FFI. A Windows release needs a working ffihugs, and we also need the modules that use the FFI to work. This is probably mostly just a matter of testing. However foreign import wrappers compiled with MinGW don't seem to work with the MSVC-compiled WinHugs. (They're used by the Win32, OpenGL and GLUT packages.) I don't see how we'll fix that. - User's Guide entry for WinHugs. Does the WinHugs bundle include plain hugs and runhugs? What libraries are in the big bundle? Are you generating fresh libraries (using MinGW) for your bundles?