Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8313

Added Files:
        ghc-http.info 
Log Message:
ghc-http 4000.2.8

--- NEW FILE: ghc-http.info ---
Package: ghc-http
Version: 4000.2.8
Revision: 1
Source: http://hackage.haskell.org/packages/archive/HTTP/%v/HTTP-%v.tar.gz
Source-MD5: 94be05278da4e9324aaef6e012e751e2
SourceDirectory: HTTP-%v

Depends: ghc (<< 7.6.4-1), ghc-mtl, ghc-network, ghc-parsec

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: CHANGES LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh

Description: A library for client-side HTTP
DescDetail: <<
The HTTP package supports client-side web programming in Haskell. It
lets you set up HTTP connections, transmitting requests and processing
the responses coming back, all from within the comforts of
Haskell. It's dependent on the network package to operate, but other
than that, the implementation is all written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is
provided. On top of that, a session-level abstraction is also on offer
(the BrowserAction monad); it taking care of handling the management
of persistent connections, proxies, state (cookies) and authentication
credentials required to handle multi-step interactions with a web
server.

The representation of the bytes flowing across is extensible via the
use of a type class, letting you pick the representation of requests
and responses that best fits your use. Some pre-packaged, common
instances are provided for you (ByteString, String.)
<<
Homepage: http://hackage.haskell.org/package/HTTP-4000.2.8
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to