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.
-
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
-
FFI interface to syslog(3) from POSIX.1-2001 A Haskell interface to syslog(3) as specified in POSIX.1-2008. The entire public API lives in System.Posix.Syslog. There is a set of exposed modules available underneath that one, which contain various implementation details that may be useful to other developers who want to implement syslog-related functionality. Users of syslog, however, do not need them. An example program that demonstrates how to use this library is available in the examples directory of this package.
-
Parse HTML documents using xml-conduit datatypes. This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Note that, since version 1.3.1, it uses an inlined copy of tagstream-conduit with entity decoding bugfixes applied.
-
Simple http queries Simple web API queries returning JSON.
-
Utilities for indexed profunctors This package contains basic definitions related to indexed profunctors. These are primarily intended as internal utilities to support the optics and generic-lens package families.