Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. package systemd

    Systemd facilities (Socket activation, Notify) A module for Systemd facilities.

  2. package tagstream-conduit

    streamlined html tag parser Tag-stream is a library for parsing HTML//XML to a token stream. It can parse unstructured and malformed HTML from the web. It also provides an Enumeratee which can parse streamline html, which means it consumes constant memory. You can start from the `tests/Tests.hs` module to see what it can do.

  3. package tar-conduit

    Extract and create tar files using conduit for streaming Please see README.md. This is just filler to avoid warnings.

  4. package tasty-rerun

    Rerun only tests which failed in a previous test run This ingredient for the tasty testing framework allows filtering a test tree depending on the outcome of the previous run. This may be useful in many scenarios, especially when a test suite grows large.

  5. package tasty-silver

    A fancy test runner, including support for golden tests. This package provides a fancy test runner and support for «golden testing». A golden test is an IO action that writes its result to a file. To pass the test, this output file should be identical to the corresponding «golden» file, which contains the correct result for the test. The test runner allows filtering tests using regexes, and to interactively inspect the result of golden tests. This package is a heavily extended fork of tasty-golden.

  6. package tasty-sugar

    Tests defined by Search Using Golden Answer References A tasty testing framework that builds individual test configurations from a set of input files and expected results (golden) files along with associated files, where multiple expected results and associated files for each input file can be parameterized by filename. Additionally a tasty ingredient is supplied that can be used to show the search process and resulting test configurations without actually running the tests.

  7. package tasty-tap

    TAP (Test Anything Protocol) Version 13 formatter for tasty A tasty ingredient to output test results in TAP 13 format.

  8. package termbox

    termbox This package provides a high-level wrapper around termbox, a simple C library for writing text-based user interfaces: https://github.com/termbox/termbox See also the higher-level interfaces:

    And the lower-level interfaces:

  9. package test-framework-smallcheck

    Support for SmallCheck tests in test-framework Support for SmallCheck tests in test-framework

  10. package test-fun

    Testable functions Generate, shrink, and show functions for testing higher-order properties. See README.

Page 143 of many | Previous | Next