-- Initial http-client-extra.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: http-client-extra version: 0.1.3.0 synopsis: wrapper for http-client exposing cookies description: wrapper for http-client exposing cookies license: BSD3 license-file: LICENSE author: Marcin Tolysz maintainer: tolysz@gmail.com copyright: 2014-7(c) Marcin Tolysz category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Network.HTTP.ClientExtra Network.HTTP.ClientExtra.Types Network.HTTP.ClientExtra.Multipart -- Network.HTTP.ClientExtra.Class -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 , bytestring , containers , text , http-client , blaze-builder , http-client , base64-bytestring , case-insensitive , http-types , data-default , array , random , exceptions , transformers , aeson hs-source-dirs: src default-language: Haskell2010