Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- 01/11/09 19:30:17 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 6 6 7 7 Features: 8 - Provides a [KeyBindings rich line editing interface] which may be [UserPrefs customized]in a `~/.haskeline` file.8 - Provides a rich line editing interface which may be customized in a `~/.haskeline` file. 9 9 - Runs on POSIX-compatible systems, using the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo terminfo] library to support non-ANSI terminals. 10 10 - Runs on Windows using MinGW (Cygwin support is TODO). … … 17 17 The most recent development source code can be downloaded with: 18 18 {{{darcs get http://code.haskell.org/haskeline}}} 19 20 Further documentation is also available on the [WikiDocumentation trac wiki]. 21
