diff options
-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 dba905f5e6c8..f17285c2f4d3 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 |