Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
generate API docs for your servant webservice Library for generating API docs from a servant API definition. Runnable example here. CHANGELOG
-
multipart/form-data (e.g file upload) support for servant This package contains servant API types that support multiform upload, used by servant-multipart and servant-multipart-client for backend/client implementation.
-
Simple command args parsing and execution This is a small wrapper over optparse-applicative which allows combining args parsers directly with IO commands. For subcommands this can avoid type boilerplate. It also provides some compact aliases for options with their Mod's.
-
Type level booleans Type level booleans. singletons package provides similar functionality, but it has tight dependency constraints.
-
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.
-
A typed-process companion library for sydtest A typed-process companion library for sydtest
-
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.