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 terminal

    Portable terminal interaction library Please see the README on Github at https://github.com/lpeterse/haskell-terminal#readme

  2. package test-certs

    create temporary SSL certificates in tests Its functions generate the certificates as files in a temporary directory.

    • Note: this package depends on HsOpenSSL.
    • It expects the openssl system libraries to be available on your system, this is usually the case on most modern linux distributions.
    See the README for a usage example.

  3. package text-builder-core

    Internals of "text-builder" Core functionality of "text-builder" with guts exposed for efficient custom integrations. Consider this to be what you'll find in the "Internal" modules of packages violating PVP. You'll find more on this in a blog post.

  4. package text-iso8601

    Converting time to and from ISO 8601 text. Converting time to and from IS0 8601 text. Specifically the RFC3339 profile.

  5. package text-latin1

    Latin-1 (including ASCII) utility functions This package provides various functions over the ASCII ang Latin-1 portions of the Char and Word8 data types.

  6. package text-manipulate

    Case conversion, word boundary manipulation, and textual subjugation. Manipulate identifiers and structurally non-complex pieces of text by delimiting word boundaries via a combination of whitespace, control-characters, and case-sensitivity. Has support for common idioms like casing of programmatic variable names, taking, dropping, and splitting by word, and modifying the first character of a piece of text.

  7. package text-printer

    Abstract interface for text builders/printers. This package provides an interface for injecting text into monoids such as builders and printers.

  8. package text-rope

    Text lines and ropes A wrapper around Text for fast line/column navigation and logarithmic concatenation.

  9. package th-reify-many

    Recurseively reify template haskell datatype info th-reify-many provides functions for recursively reifying top level declarations. The main intended use case is for enumerating the names of datatypes reachable from an initial datatype, and passing these names to some function which generates instances.

  10. package th-test-utils

    Utility functions for testing Template Haskell code Utility functions for testing Template Haskell code, including functions for testing failures in the Q monad.

Page 96 of many | Previous | Next