mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
17a3e31006
Signed-off-by: David Spencer <baildon.research@googlemail.com>
8 lines
459 B
Text
8 lines
459 B
Text
A variety of alternative parser combinator libraries, including the original
|
|
HuttonMeijer set. The Poly sets have features like good error reporting,
|
|
arbitrary token type, running state, lazy parsing, and so on. Finally,
|
|
Text.Parse is a proposed replacement for the standard Read class, for better
|
|
deserialisation of Haskell values from Strings.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|