diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:20 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:20 -0400 |
commit | df6860aff27f3e0d9d52b82ba460982ede3c8fef (patch) | |
tree | 8511f2497f0beb6c6cb59278b6dc49427431c38d /haskell | |
parent | 3e43e902e2d2457d41c238f6708ed974293e81f9 (diff) |
haskell/haskell-polyparse: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-polyparse/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-polyparse/README b/haskell/haskell-polyparse/README index 69b27c532197..cfc772e0e939 100644 --- a/haskell/haskell-polyparse/README +++ b/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 |