Summary
/Overview/ An HTTP client, using the Snap Framework's 'io-streams' library to hande the streaming IO. The API is optimized for ease of use for the rather common case of code needing to query web services and deal with the result. The library is exported in a single module; see "Network.Http.Client" for full documentation.
Versions
v0.8.7.2 :: 0/0.8.7.2 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour network-uri profile
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- network-uri
- Get Network.URI from the network-uri package.
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hsopenssl : Partial OpenSSL binding for Haskell
dev-haskell / http-common : Common types for HTTP clients and servers
dev-haskell / io-streams : Simple, composable, and easy-to-use stream I/O
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / openssl-streams : OpenSSL network support for io-streams
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / hsopenssl : Partial OpenSSL binding for Haskell
dev-haskell / http-common : Common types for HTTP clients and servers
dev-haskell / io-streams : Simple, composable, and easy-to-use stream I/O
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / openssl-streams : OpenSSL network support for io-streams
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / unordered-containers : Efficient hashing-based container types
Depending packages
dev-haskell / snap-server : A fast, iteratee-based, epoll-enabled web server for the Snap Framework
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/http-streams: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/http-streams: bump up to 0.8.7.2
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/799233 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/http-streams: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/http-streams: bump up to 0.8.7.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: destabilize dev-lang/ghc for all arches
dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michael Mair-Keimberger · gentoo
dev-haskell/http-streams: fix HOMEPAGE - Sergei Trofimovich · gentoo
dev-haskell/http-streams: stable 0.8.4.0 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/http-streams: new package, a depend of snap-server-1
An HTTP client using io-streams Package-Manager: Portage-2.3.3, Repoman-2.3.1