diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:20 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:20 -0400 |
commit | f1d61f38b2012f77db335ebbfa0da77eb4de9c79 (patch) | |
tree | 9ac30ab6e3112c40ed2945087f8fe3255b4a6494 /haskell | |
parent | 7f329bedfa4f35ea08d97534739ffba7b25aa115 (diff) |
haskell/haskell-cgi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-cgi/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-cgi/README b/haskell/haskell-cgi/README index de7c75e05eb4..81e2eee69492 100644 --- a/haskell/haskell-cgi/README +++ b/haskell/haskell-cgi/README @@ -1,4 +1,4 @@ This is a Haskell library for writing CGI programs. -After uninstalling, run this command to unregister the package from the ghc -package database: ghc-pkg recache +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |