Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package symparsec

    Type level string parser combinators Please see README.md.

  2. package synthesizer-alsa

    Control synthesizer effects via ALSA/MIDI This package allows to read MIDI events and to convert them to control signals that can be used for audio effects. As demonstration there is a keyboard controlled music synthesizer.

  3. package sysinfo

    Haskell Interface for getting overall system statistics This package can be used to get system statistics like uptime, free memory, system load etc. Note that the package works *only* on Linux system with kernel version >= 2.3.23 and uses FFI calls.

  4. package system-linux-proc

    A library for accessing the /proc filesystem in Linux A library for accessing the /proc filesystem in Linux

  5. package tao

    Type-level assertion operators. Type-level unit testing via assertion operators/functions.

  6. package tardis

    Bidirectional state monad transformer A Tardis is a combination of both a forwards and a backwards state transformer, providing two state values that "travel" in opposite directions. A detailed description of what a Tardis is and how to use it can be found in the documentation for Control.Monad.Tardis.

  7. package tasty-autocollect

    Autocollection of tasty tests. Autocollection of tasty tests. See README.md for more details.

  8. package tasty-dejafu

    Deja Fu support for the Tasty test framework. Integration between the dejafu library for concurrency testing and tasty. This lets you easily incorporate concurrency testing into your existing test suites.

  9. package tasty-fail-fast

    Adds the ability to fail a tasty test suite on first test failure tasty-fail-fast wraps any ingredient to fail as soon as the first test fails. For example:

    defaultMainWithIngredients (map failFast defaultIngredients) tests
    
    Your test suite will now get a --fail-fast flag.

  10. package tasty-focus

    Simple focus mechanism for tasty Simple focus mechanism for tasty, similar to hspec.

Page 253 of many | Previous | Next