monad-http: A class of monads which can do http requests

[ bsd3, library, web ] [ Propose Tags ]

A class of monads which can do http requests


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <4.11), base-compat (>=0.6.0 && <0.10), bytestring (>=0.10.0.4 && <0.12), exceptions (>=0.8.0.2 && <0.9), http-client (>=0.4.18.1 && <0.6), http-client-tls (>=0.2.2 && <0.4), http-types (>=0.8.6 && <0.12), monad-logger (>=0.3.13.2 && <0.4), monadcryptorandom (>=0.6.1 && <0.8), MonadRandom (>=0.3.0.2 && <0.6), mtl (>=2.1.3.1 && <2.3), text (>=1.2.0.6 && <1.3), transformers (>=0.3.0.0 && <0.6), transformers-compat (>=0.4.0.3 && <0.6) [details]
License BSD-3-Clause
Author Oleg Grenrus <oleg.grenrus@iki.fi>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 7 made by phadej at 2017-12-10T10:57:22Z
Category Web
Home page https://github.com/futurice/haskell-monad-http#readme
Bug tracker https://github.com/futurice/haskell-monad-http/issues
Source repo head: git clone https://github.com/futurice/haskell-monad-http
Uploaded by phadej at 2015-12-25T17:03:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1963 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for monad-http-0.1.0.0

[back to package description]

haskell-monad-http

Build Status Hackage Stackage LTS 3 Stackage Nightly

A MonadHTTP class.