name: curl version: 1.3.1 synopsis: Haskell binding to libcurl description: libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more! This package provides a Haskell binding to libcurl. category: Network license: BSD3 license-file: LICENSE author: Sigbjorn Finne maintainer: emertens@galois.com, diatchki@.galois.com build-depends: base build-type: Configure cabal-version: >= 1.2 extra-source-files: configure, configure.ac, curl.buildinfo.in flag new-base Description: Build with new smaller base library Default: False library Exposed-modules: Network.Curl Network.Curl.Code Network.Curl.Info Network.Curl.Opts Network.Curl.Post Network.Curl.Types Network.Curl.Easy Network.Curl.Debug Extra-libraries: curl Extensions: CPP, ForeignFunctionInterface Ghc-options: -Wall -fvia-C -O2 Build-Depends: base if flag(new-base) Build-depends: base >= 3, containers, haskell98 else Build-depends: base < 3