Changes between Version 1 and Version 2 of Library/parsec
- Timestamp:
- 04/07/09 06:42:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Library/parsec
v1 v2 1 == Description == 2 3 Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. 4 5 == Hackage URL == 6 7 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec 8 9 == Latest version == 10 11 3.0.0 12 13 == Version shipped with GHC 6.10.2 == 14 15 2.1.0.1 16 17 == Discussion == 18 1 19 Note that the 2008.0 release of the Haskell Platform includes parsec version 2, not version 3. 2 20
