SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-HTTP rpm build for : OpenSuSE. For other distributions click ghc-HTTP.

Name : ghc-HTTP
Version : 4000.3.16 Vendor : openSUSE
Release : bp154.2.11 Date : 2022-05-09 12:35:07
Group : Unspecified Source RPM : ghc-HTTP-4000.3.16-bp154.2.11.src.rpm
Size : 1.15 MB
Packager : https://bugs_opensuse_org
Summary : A library for client-side HTTP
Description :
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\').

Here\'s an example use:

> > do > rsp < - Network.HTTP.simpleHTTP (getRequest \"http://www.haskell.org/\")
> -- fetch document and return it (as a \'String\'.) > fmap (take 100)
(getResponseBody rsp) > > do > (_, rsp) > < - Network.Browser.browse $ do >
setAllowRedirects True -- handle HTTP redirects > request $ getRequest
\"http://www.haskell.org/\" > return (take 100 (rspBody rsp))

__Note:__ This package does not support HTTPS connections. If you need HTTPS,
take a look at the following packages:

* < http://hackage.haskell.org/package/http-streams http-streams>

* < http://hackage.haskell.org/package/http-client http-client> (in combination
with < http://hackage.haskell.org/package/http-client-tls http-client-tls>)

* < http://hackage.haskell.org/package/req req>

* < http://hackage.haskell.org/package/wreq wreq>.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-HTTP-4000.3.16-bp154.2.11.x86_64.rpm
ftp.icm.edu.pl  ghc-HTTP-4000.3.16-bp154.2.11.x86_64.rpm
     

Provides :
ghc-HTTP
ghc-HTTP(x86-64)
libHSHTTP-4000.3.16-BMiXZAVccfeEkfGn7xE3r6-ghc8.10.7.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)
libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSdirectory-1.3.6.0-ghc8.10.7.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.10.7.so()(64bit)
libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSmtl-2.2.2-ghc8.10.7.so()(64bit)
libHSnetwork-3.1.2.7-Ej7C9eZsuTEBnZvIiWsgMl-ghc8.10.7.so()(64bit)
libHSnetwork-uri-2.6.4.1-AQd10qhfdET1YqdB8iST6a-ghc8.10.7.so()(64bit)
libHSparsec-3.1.14.0-ghc8.10.7.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit)
libHStext-1.2.4.1-ghc8.10.7.so()(64bit)
libHSth-compat-0.1.3-5V8hDdHCkmaDnfC7yeUenV-ghc8.10.7.so()(64bit)
libHStime-1.9.3-ghc8.10.7.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.7.so()(64bit)
libHSunix-2.7.2.2-ghc8.10.7.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
librt.so.1()(64bit)
libutil.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.10.7/HTTP-4000.3.16
/usr/lib64/ghc-8.10.7/HTTP-4000.3.16/libHSHTTP-4000.3.16-BMiXZAVccfeEkfGn7xE3r6-ghc8.10.7.so
/usr/share/licenses/ghc-HTTP
/usr/share/licenses/ghc-HTTP/LICENSE

 
ICM