Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Opinionated logging utilities. A set of logging combinators for use with monad-logger.
-
Misc. time utilites A monad interface for obtain the current TimeSpec, along with a few other utilities.
-
Generics-based implementations for common typeclasses Provides generics-based implementations for common typeclasses using Generics. Please see the README on Github at https://github.com/mstksg/one-liner-instances#readme
-
OpenTelemetry middleware for wai
-
A tiny package containing operators missing from the official package. A tiny package containing operators missing from the official package. Basic example using state operators:
newtype Person = Person { age :: Int } deriving (Show, Generic) main :: IO () main = print <=< flip execStateT (Person 0) $ do #age += 50 #age -= 20 -- Output: Person {age = 30} -
Utilities for compatibility with van Laarhoven optics This package is part of the optics package family. It provides utilities for converting between the Optic type defined by optics and the van Laarhoven representations of optics that require definitions outside of base (in particular isomorphisms and prisms).
-
An enum-text based toolkit for optparse-applicative Please see the README on GitHub at https://github.com/cdornan/optparse-enum#readme
-
Hang loose with your lambdas! Combinators for clean, "hanging" lambdas.
-
Pagure REST client library A library for querying a Pagure gitforge via REST
-
Utilities for choosing and creating color schemes. Sets of predefined colors and tools for choosing and creating color schemes. Random colors.