packages feed

http-client-auth-0.1.0.0: http-client-auth.cabal

-- Initial http-client-auth.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                http-client-auth
version:             0.1.0.0
synopsis:            HTTP authorization (both basic and digest) done right
description:         Multiple challenges aren't implemented. Authentication-Info header isn't either.
license:             BSD3
license-file:        LICENSE
author:              Miguel Mitrofanov
maintainer:          miguelimo38@yandex.ru
-- copyright:           
category:            Network
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Network.HTTP.Client.Auth
  -- other-modules:       
  build-depends:       base ==4.6.*,
                       blaze-builder ==0.3.*,
                       base64-string ==0.2.*,
                       transformers ==0.3.*,
                       crypto-conduit ==0.5.*,
                       bytestring ==0.10.*,
                       utf8-string ==0.3.*,
                       case-insensitive ==1.0.*,
                       conduit ==1.0.*,
                       pureMD5 ==2.1.*,
                       http-conduit ==1.9.*
  hs-source-dirs:      src