Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Batteries-included, opinionated test framework Batteries-included, opinionated test framework. See README.md for more details.
-
Mid-Level SQLite client library Mid-level SQLite client library, based on postgresql-simple. Main documentation (with examples): Database.SQLite.Simple You can view the project page at http://github.com/nurpax/sqlite-simple for more information.
-
Storable instance for pairs and triples Provides a Storable instance for pair and triple which should be binary compatible with C99 and C++. The only purpose of this package is to provide a standard location for this instance so that other packages needing this instance can play nicely together. Note however, that the original purpose of the Storable class was the transfer of primitive types between Haskell and foreign code. This purpose was already extended by HSC, which creates Storable instances for records from C header files. Nonetheless, Storable instances for tuples were omitted from base by intention. Instead of using the orphan instances from this package, you may instead use the custom class or the wrapper type from the module Foreign.Storable.Record.Tuple from the package storable-record.
-
Fast searching, splitting and replacing of ByteStrings This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another. GHC before 6.10 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request.
-
A typed-process companion library for sydtest A typed-process companion library for sydtest
-
Render tasty output to XML for Jenkins A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
-
Tasty helpers to test HsLua. Various tasty helpers and utilities to test HsLua oparations. Built on top of tasty-hunit.
-
Haskell bindings to the terminfo library. This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows POSIX systems to interact with a variety of terminals using a standard set of capabilities.
-
Safe conversions between textual types Safe conversions between textual types
-
Calculate various string metrics efficiently Calculate various string metrics efficiently.