Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
HTTP client overrides A library for applying overrides to ManagerSettings when using the http-client library.
-
HTTP and WebSocket client based on io-streams An HTTP client with WebSocket (RFC 6455) support, using the Snap Framework's io-streams library to handle the streaming IO. The http-io-streams API designed for ease of use when querying web services and dealing with the result as streaming I/O. The main HTTP/1.1 part of the library is exported in a single module Network.Http.Client; the WebSocket specific functionality is available from the Network.Http.Client.WebSocket module. NOTE: This package originally started as a fork of http-streams with a lighter dependency footprint focusing on core HTTP functionality.
-
HTTP senmatics libarry Version-independent common parts of HTTP
package
human-readable-duration Provide duration helper This is a minimal Haskell library to display duration.
let duration = 2 * ms + 3 * oneSecond + 2 * minute + 33*day + 2*year humanReadableDuration duration -- will return: "2 years 33 days 2 min 3s 2ms" getYears duration -- will return 2 getDays duration -- will return 763 getMs duration -- will return 65923323002
-
Bit manipulation Please see README.md
-
Diagnostics library Please see README.md
-
Excess Please see README.md
-
Extra hedgehog functionality Extra hedgehog functionality.
-
Additional facilities for Integers Additional faciltiies for Integers. Please see README.md
-
Kafka bindings for Haskell Apache Kafka bindings backed by the librdkafka C library. Features include:
- Consumer groups: auto-rebalancing consumers
- Keyed and keyless messages producing/consuming
- Batch producing messages