Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
A Testing Framework for Haskell This package exposes internal types and functions that can be used to extend Hspec's functionality.
-
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.
-
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.
-
Catchy combinators for HUnit Catchy combinators for HUnit: https://github.com/hspec/hspec-expectations#readme
-
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
-
Integration for tasty and hedgehog. Integrates the hedgehog testing library with the tasty testing framework.
-
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.
-
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!
-
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.