Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package http-semantics

    HTTP senmatics libarry Version-independent common parts of HTTP

  2. 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
    

  3. package hw-bits

    Bit manipulation Please see README.md

  4. package hw-diagnostics

    Diagnostics library Please see README.md

  5. package hw-excess

    Excess Please see README.md

  6. package hw-hedgehog

    Extra hedgehog functionality Extra hedgehog functionality.

  7. package hw-int

    Additional facilities for Integers Additional faciltiies for Integers. Please see README.md

  8. package hw-kafka-client

    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

  9. package hw-mquery

    Monadic query DSL Please see README.md

  10. package hw-parser

    Simple parser support Simple parser support. Please see README.md

Page 202 of many | Previous | Next