diff options
Diffstat (limited to 'haskell/haskell-http/README')
-rw-r--r-- | haskell/haskell-http/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-http/README b/haskell/haskell-http/README new file mode 100644 index 0000000000000..2a454c37ccc0d --- /dev/null +++ b/haskell/haskell-http/README @@ -0,0 +1,10 @@ +haskell-http (client-side web programming in 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. +It's dependent on the network package to operate, but other than that, +the implementation is all written in Haskell. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |