Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 01/12/09 20:18:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 1 = haskeline =2 The haskeline library provides a user interface for line input in command-line1 = Haskeline = 2 The Haskeline library provides a user interface for line input in command-line 3 3 programs. This library is similar in purpose to readline, but since 4 4 it is written in Haskell it is (hopefully) more easily used in other … … 20 20 Further [WikiDocumentation documentation] is also available on this trac wiki. 21 21 22 23 == Bug reporting == 24 Bug reports or feature requests can be submitted by adding a [http://trac.haskell.org/haskeline/newticket new ticket]. You can either [http://trac.haskell.org/haskeline/register register] for a new account, or log in with username '''guest''' and password '''haskeline'''. Registering is encouraged since it may take a few messages back and forth to track down any platform-dependent issues.
