Browse Source

haskell/haskell-polyparse: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
pull/186/head
B. Watson 4 years ago
parent
commit
df6860aff2
  1. 10
      haskell/haskell-polyparse/README

10
haskell/haskell-polyparse/README

@ -1,8 +1,8 @@
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.
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
Loading…
Cancel
Save