Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. package servant-blaze

    Blaze-html support for servant Servant support for blaze-html HTML content type which will use ToMarkup class.

  2. package servant-foreign

    Helpers for generating clients for servant APIs in any programming language Helper types and functions for generating client functions for servant APIs in any programming language This package provides types and functions that collect all the data needed to generate client functions in the programming language of your choice. This effectively means you only have to write the code that "pretty-prints" this data as some code in your target language. See the servant-js package for an example CHANGELOG

  3. package shell-utility

    Utility functions for writing command-line programs Utility functions for writing command-line programs including parsing of numbers with restrictions and enumerations for command-line arguments, verbosity controlled output, escaping shell arguments, exit with message. The package has very light dependencies and is Haskell 98.

  4. package shelly

    shell-like (systems) programming in Haskell Shelly provides convenient systems programming in Haskell, similar in spirit to POSIX shells. Shelly:

    • is aimed at convenience and getting things done rather than being a demonstration of elegance,
    • has detailed and useful error messages,
    • maintains its own environment, making it thread-safe.
    Shelly is originally forked from the Shellish package. See the shelly-extra package for additional functionality. An overview is available in the README: https://github.com/gregwebs/Shelly.hs/blob/master/README.md

  5. package show-combinators

    Combinators to write Show instances A minimal pretty-printing library for Show instances in Haskell.

  6. package skylighting

    syntax highlighting library Skylighting is a syntax highlighting library with support for over one hundred languages. It derives its tokenizers from XML syntax definitions used by KDE's KSyntaxHighlighting framework, so any syntax supported by that framework can be added. An optional command-line program is provided. Skylighting is intended to be the successor to highlighting-kate. This package provides generated syntax modules based on the KDE XML definitions provided by the skylighting-core package. As a result this package is licensed under the GPL.

  7. package sox

    Play, write, read, convert audio signals using Sox This is a wrapper to Sox the Sound Exchanger http://sox.sourceforge.net/ which lets you play, write, read and convert audio signals in various formats, resolutions, and numbers of channels. The functions call sox commands via the shell, that is, the sox and play executables must be installed and in the path to the executables must be set. In the past this was part of the synthesizer package.

  8. package streaming-bytestring

    Fast, effectful byte streams. This library enables fast and safe streaming of byte data, in either Word8 or Char form. It is a core addition to the streaming ecosystem and avoids the usual pitfalls of combinbing lazy ByteStrings with lazy IO. We follow the philosophy shared by streaming that "the best API is the one you already know". Thus this library mirrors the API of the bytestring library as closely as possible. See the module documentation and the README for more information.

  9. package stringbuilder

    A writer monad for multi-line string literals https://github.com/sol/stringbuilder#readme

  10. package stringsearch

    Fast searching, splitting and replacing of ByteStrings This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another. GHC before 6.10 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request.

Page 71 of many | Previous | Next