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.
-
Obtain minified jquery.dgtable code This package bundles the minified jquery.dgtable code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jquery.dgtable version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
-
Obtain minified flot code This package bundles the minified Flot code (a jQuery plotting library) into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream flot version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
-
Tiny JSON-RPC client for Haskell Web3 library. Minimalistic JSON-RPC client, inspired by haxr library.
-
A structured logging framework. Katip is a structured logging framework. See README.md for more details.
-
An abstract Handle for accessing collections in stores like Redis Provides an abstract Handle for accessing stored key-value collections, and useful combinators that use Handle. One implementation of Handle accesses collections in Redis other backends are possible. keyed-vals also provides a typed interface to the storage backend that allows the path in the storage backend to be declaratively linked to the types of data stored via a straightforward typeclass declaration. Read this short example for an introduction its usage.
-
Fine-grained library for constructing and manipulating lattices In mathematics, a lattice is a partially ordered set in which every two elements x and y have a unique supremum (also called a least upper bound, join, or x \/ y) and a unique infimum (also called a greatest lower bound, meet, or x /\ y). This package provide type-classes for different lattice types, as well as a class for the partial order.
-
Haskell 2022 Lens Families This package provides first class(†) functional references in Van Laarhoven style supporting the following optics:
- Lenses (view, over)
- Traversals (toListOf, matching, over)
- Setters (over)
- Grates (zipWithOf, under, review)
- Resetters (under)
- Adapters (view, review)
- Grids (toListOf, over / under, review)
- Prisms (matching, over / under, review)
- Getters (view)
- Folders (toListOf)
- Reviewers (review)
-
Low-level, streaming YAML interface. README and API documentation are available at https://www.stackage.org/package/libyaml
-
List monad transformer This library provides a list monad transformer that enriches lists with effects and streams efficiently in constant space. This library also has an extensive tutorial in the List.Transformer module which explains the motivation behind this type and how to use the type fluently.
-
Simple logging abstraction that allows multiple back-ends Simple logging abstraction that allows multiple back-ends