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.

  1. package cabal-doctest

    A Setup.hs helper for running doctests As of now (end of 2024), there isn't cabal doctest command. Yet, to properly work, doctest needs plenty of configuration. This library provides the common bits for writing a custom Setup.hs.

  2. package cased

    Track string casing in its type Track string casing in its type

  3. package cast

    Abstact cast pattern Generalized pattern that allow cast one type for another. Look at README for example.

  4. package cereal-unordered-containers

    Integration of "cereal" and "unordered-containers" Integration of "cereal" and "unordered-containers"

  5. package character-cases

    Exposes subspecies types of Char. And naming cases. e.g. meaning of [a-z], [A-Z], [0-9], PascalCase, camelCase, and snake_case. Please see https://github.com/aiya000/hs-character-cases#README.md

  6. package charsetdetect-ae

    Character set detection using Mozilla's Universal Character Set Detector Mozilla have developed a robust and efficient character set detection algorithm for use in their web browsers. The algorithm is able to detect all of the most frequently encountered character encodings totally automatically. This library wraps up their library and exposes a very simple Haskell interface to it. The library is portable, and is confirmed to work on both Unix and Windows. This library is a maintained fork of charsetdetect:

    • It compiles with recent version of bytestring.
    • It works correctly in presence of Template Haskell on GHC 7.6.
    • It builds on 64-bit Windows.

  7. package check-email

    Confirm whether an email is valid and probably existant. See README at https://github.com/qoelet/check-email#readme

  8. package checksum

    Compute and verify checksums of ISBN, IBAN, etc. Compute and verify checksums of various identifiers, such as IBAN, ISBN, EAN, Germany's Citizen Card. Related package: isbn

  9. package chell-hunit

    HUnit support for Chell HUnit support for the Chell testing library.

  10. package choice

    A solution to boolean blindness. Please see README.md.

Page 279 of many | Previous | Next