[Home Page | Downloading | Frequently Asked Questions | Known Bugs | Reporting Bugs]
| Downloading and Installing the X11 version |
The X11 version is available via HTML as source code. It has been successfully used with both Linux and FreeBSD.
To build it from source, you will need GreenCard 3.01 and GHC 6.x as well.
| Downloading and Installing the Win32 version |
The latest release doesn't yet work with Win32. In the meantime, you can use the previous version (2.0.5).To use it, simply download and run the installer.
- 6/6/2003: version 3.00
- Alpha release in preparation for a new major release.
- Added support for GHC 6.0 and hierarchical libraries.
- Doesn't currently work with Hugs or Win32 (both coming soon).
- 14/12/2002: version 2.0.5
- Updated to work with December 2002 release of Hugs
- 4/9/2001: version 2.0.4
- Builds under Hugs (September 2001 release onwards) and GHC 5.0
- Added support for key presses both as ASCII characters and as raw key presses. The latter is added through a new abstract type 'Key' and operations on it.
- Dropped the 'Maybe' from the 3rd argument of openWindowEx since X11 doesn't let you omit the size of a window when you create it.
- Minor fixes in documentation.
- 25/6/2000: version 2.0.3
- Removed need for Hugs sourcecode when installing X11 version.
- Changed default X11 colors to match default Win32 colors (white on a black background).
- Updated Win32 version to work with up-to-date Win32 library.
- Added code from Paul Hudak's School of Expression to demos/SOE.
- 9/4/2000: version 2.0.2
Tweaked export list of SOEGraphics (removed Time and regionToGraphic, added getWindowTick) and fixed type signature of getKey in documentation
- 20/1/2000: version 2.0.1
Initial Win32 release.
- 16/1/2000: version 2.0.0
Initial X11 release.
[Home Page | Downloading | Frequently Asked Questions | Known Bugs | Reporting Bugs]