summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:18:20 +0100
committer B. Watson2022-03-13 20:18:20 +0100
commitdf6860aff27f3e0d9d52b82ba460982ede3c8fef (patch)
tree8511f2497f0beb6c6cb59278b6dc49427431c38d /haskell
parent3e43e902e2d2457d41c238f6708ed974293e81f9 (diff)
downloadslackbuilds-df6860aff27f3e0d9d52b82ba460982ede3c8fef.tar.gz
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/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-polyparse/README b/haskell/haskell-polyparse/README
index 69b27c5321..cfc772e0e9 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