diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:15:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:15:32 -0400 |
commit | 3dad0ce187d1557df777bc915ab36165e70db0f5 (patch) | |
tree | 4309da1f9e11893c1194ea7977cf2f5a38b6e13d /haskell | |
parent | a8d6671b4a3a64cbc95fec5d3e92a339ff6d3f5d (diff) | |
download | slackbuilds-3dad0ce187d1557df777bc915ab36165e70db0f5.tar.gz |
haskell/haskell-HTTP: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-HTTP/README | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/haskell/haskell-HTTP/README b/haskell/haskell-HTTP/README index dba905f5e6..f17285c2f4 100644 --- a/haskell/haskell-HTTP/README +++ b/haskell/haskell-HTTP/README @@ -1,7 +1,6 @@ -The HTTP package supports client-side web programming in Haskell. -It lets you set up HTTP connections, transmitting requests and -processing the responses coming back, all from within the comforts -of Haskell. +The HTTP package supports client-side web programming in Haskell. It +lets you set up HTTP connections, transmitting requests and processing +the responses coming back, all from within the comforts of Haskell. -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 |