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 lifted-base

    lifted IO operations from the base library lifted-base exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl. Note that not all modules from base are converted yet. If you need a lifted version of a function from base, just ask me to add it or send me a patch. The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.

  2. package hspec-core

    A Testing Framework for Haskell This package exposes internal types and functions that can be used to extend Hspec's functionality.

  3. package rerebase

    Reexports from "base" with a bunch of other standard libraries A rich drop-in replacement for "base". For details and docs please visit the project's GitHub page.

  4. package sydtest

    A modern testing framework for Haskell with good defaults and advanced testing features. A modern testing framework for Haskell with good defaults and advanced testing features. Sydtest aims to make the common easy and the hard possible. See https://github.com/NorfairKing/sydtest#readme for more information.

  5. package hspec-expectations

    Catchy combinators for HUnit Catchy combinators for HUnit: https://github.com/hspec/hspec-expectations#readme

  6. package servant-server

    A family of combinators for defining webservices APIs and serving them A family of combinators for defining webservices APIs and serving them . You can learn about the basics in the tutorial. . Here is a runnable example, with comments, that defines a dummy API and implements a webserver that serves this API, using this package. . CHANGELOG

  7. package tasty-hedgehog

    Integration for tasty and hedgehog. Integrates the hedgehog testing library with the tasty testing framework.

  8. package unix-compat

    Portable POSIX-compatibility layer. This package provides portable implementations of parts of the unix package. This package re-exports the unix package when available. When it isn't available, portable implementations are used.

  9. package pipes

    Compositional pipelines pipes is a clean and powerful stream processing library that lets you build and connect reusable streaming components Advantages over traditional streaming libraries:

    • Concise API: Use simple commands like for, (>->), await, and yield
    • Blazing fast: Implementation tuned for speed, including shortcut fusion
    • Lightweight Dependency: pipes is small and compiles very rapidly, including dependencies
    • Elegant semantics: Use practical category theory
    • ListT: Correct implementation of ListT that interconverts with pipes
    • Bidirectionality: Implement duplex channels
    • Extensive Documentation: Second to none!
    Import Pipes to use the library. Read Pipes.Tutorial for an extensive tutorial.

  10. package blaze-markup

    A blazingly fast markup combinator library for Haskell Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.

Page 13 of many | Previous | Next