Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Gdk bindings Bindings for Gdk, autogenerated by haskell-gi.
-
Compile git revision info into Haskell projects Some handy Template Haskell splices for including the current git hash and branch in the code of your project. Useful for including in panic messages, --version output, or diagnostic info for more informative bug reports.
-
Binding to the GLIB library for Gtk2Hs. GLib is a collection of C data structures and utility functions for the GObject system, main loop implementation, for strings and common data structures dealing with Unicode. This package only binds as much functionality as required to support the packages that wrap libraries that are themselves based on GLib.
-
Hackage security library The hackage security library provides both server and client utilities for securing the Hackage package server (https://hackage.haskell.org/). It is based on The Update Framework (https://theupdateframework.com/), a set of recommendations developed by security researchers at various universities in the US as well as developers on the Tor project (https://www.torproject.org/). The current implementation supports only index signing, thereby enabling untrusted mirrors. It does not yet provide facilities for author package signing. The library has two main entry points: Hackage.Security.Client is the main entry point for clients (the typical example being cabal), and Hackage.Security.Server is the main entry point for servers (the typical example being hackage-server).
-
A Haskell interpreter built on top of the GHC API This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
-
Type specifiers for Lua. Structure to hold detailed type information. The primary use-case at this time are auto-generated docs.
package
hspec-expectations-lifted A version of hspec-expectations generalized to MonadIO A version of hspec-expectations generalized to MonadIO
-
Golden tests for hspec Golden tests store the expected output in a separated file. Each time a golden test is executed the output of the subject under test (SUT) is compared with the expected output. If the output of the SUT changes then the test will fail until the expected output is updated. hspec-golden allows you to write golden tests using the popular hspec.
describe "myFunc" $ it "generates the right output with the right params" $ let output = show $ myFunc params in defaultGolden "myFunc" output
Please see the README on GitHub for more information. -
SmallCheck support for the Hspec testing framework SmallCheck support for the Hspec testing framework
-
Simplify use of tmp-proc from hspec tests Reduces boilerplate when using tmp-proc with hspec