Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package opentelemetry-wai

    OpenTelemetry middleware for wai

  2. package optics-operators

    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}
    

  3. package optics-vl

    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).

  4. package optparse-enum

    An enum-text based toolkit for optparse-applicative Please see the README on GitHub at https://github.com/cdornan/optparse-enum#readme

  5. package overhang

    Hang loose with your lambdas! Combinators for clean, "hanging" lambdas.

  6. package pagure

    Pagure REST client library A library for querying a Pagure gitforge via REST

  7. package palette

    Utilities for choosing and creating color schemes. Sets of predefined colors and tools for choosing and creating color schemes. Random colors.

  8. package pandoc-server

    Pandoc document conversion as an HTTP servant-server Pandoc-server provides pandoc's document conversion functions in an HTTP server.

  9. package pandoc-throw

    MonadThrow behaviour for Pandoc. Adds MonadThrow runners for PandocPure and PandocIO.

  10. package parallel-io

    Combinators for executing IO actions in parallel on a thread pool. This package provides combinators for sequencing IO actions onto a thread pool. The thread pool is guaranteed to contain no more unblocked threads than a user-specified upper limit, thus minimizing contention. Furthermore, the parallel combinators can be used reentrantly - your parallel actions can spawn more parallel actions - without violating this property of the thread pool. The package is inspired by the thread http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521. Thanks to Neil Mitchell and Bulat Ziganshin for some of the code this package is based on.

Page 315 of many | Previous | Next