Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- 
Email address validation Validating an email address string against RFC 5322
 - 
IntMap and IntSet with Enum keys/elements. This package contains simple wrappers around Data.IntMap and Data.IntSet with Enum keys and elements respectively. Especially useful for Ints wrapped with `newtype`.
 package
genvalidity-containers GenValidity support for containers GenValidity support for containers
- 
Basic libraries This package contains the Standard Haskell Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.
 - 
Pango bindings Bindings for Pango, autogenerated by haskell-gi.
 - 
Half-precision floating-point Half-precision floating-point.
 - 
Utilities to build Lua modules. Utilities to package up Haskell functions and values into a Lua module. This package is part of HsLua, a Haskell framework built around the embeddable scripting language Lua.
 - 
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)
 
 - 
Run lifted IO operations asynchronously and wait for their results This package provides IO operations from async package lifted to any instance of MonadBase or MonadBaseControl.
 - 
Lua, an embeddable scripting language This package provides bindings and types to bridge Haskell and Lua. The full Lua interpreter version 5.4.7 is included. Alternatively, a system-wide Lua installation can be linked instead.