File monad-http.cabal of Package ghc-monad-http
name: monad-http
version: 0.1.0.0
x-revision: 5
synopsis: A class of monads which can do http requests
description: A class of monads which can do http requests
homepage: https://github.com/futurice/haskell-monad-http#readme
bug-reports: https://github.com/futurice/haskell-monad-http/issues
license: BSD3
license-file: LICENSE
author: Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
category: Web
tested-with: GHC==7.8.4, GHC==7.10.2, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/futurice/haskell-monad-http
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
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.10,
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
exposed-modules:
Control.Monad.Http
Control.Monad.Http.Class
Control.Monad.Trans.Http
default-language: Haskell2010