Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. package servant-multipart-api

    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.

  2. package simple-cmd-args

    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.

  3. package singleton-bool

    Type level booleans Type level booleans. singletons package provides similar functionality, but it has tight dependency constraints.

  4. package skeletest

    Batteries-included, opinionated test framework Batteries-included, opinionated test framework. See README.md for more details.

  5. package storable-tuple

    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.

  6. package stringsearch

    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.

  7. package sydtest-typed-process

    A typed-process companion library for sydtest A typed-process companion library for sydtest

  8. package tasty-ant-xml

    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.

  9. package tasty-hslua

    Tasty helpers to test HsLua. Various tasty helpers and utilities to test HsLua oparations. Built on top of tasty-hunit.

  10. package terminfo

    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.

Page 58 of many | Previous | Next