packages feed

monad-http-0.1.0.0: monad-http.cabal

-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:                monad-http
version:             0.1.0.0
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
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.9,
    base-compat         >=0.6.0    && <0.9,
    bytestring          >=0.10.0.4 && <0.12,
    exceptions          >=0.8.0.2  && <0.9,
    http-client         >=0.4.18.1 && <0.5,
    http-client-tls     >=0.2.2    && <0.3,
    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.5,
    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.5
  exposed-modules:
    Control.Monad.Http
    Control.Monad.Http.Class
    Control.Monad.Trans.Http
  default-language: Haskell2010