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.

  1. package units-parser

    A parser for units of measure The units-parser package provides a parser for unit expressions with F#-style syntax, to support the units package and other packages providing type-level units of measure.

  2. package universe-instances-extended

    Universe instances for types from selected extra packages A class for finite and recursively enumerable types and some helper functions for enumerating them defined in universe-base package:

    class Universe a where universe :: [a]
    class Universe a => Finite a where universeF :: [a]; universeF = universe
    

  3. package unjson

    Bidirectional JSON parsing and generation. Bidirectional JSON parsing and generation with automatic documentation support.

  4. package unlifted

    Unlifted and levity-polymorphic types Unlifted and levity-polymorphic variants of several types from base.

  5. package unliftio-path

    UnliftIO using well-typed Paths. UnliftIO using well-typed Paths.

  6. package unliftio-pool

    Data.Pool generalized to MonadUnliftIO. This is a generalization of Data.Pool to MonadUnliftIO.

  7. package unlit

    Tool to convert literate code between styles or to code. Tool to convert literate code between styles or to code. Usage:

    unlit
    -f STYLE_NAME  --from=STYLE_NAME    Source style (all, bird, haskell, latex, markdown, tildefence, backtickfence)
    -t STYLE_NAME  --to=STYLE_NAME      Target style (bird, latex, tildefence, backtickfence, code)
    -i FILE        --input=FILE         Input file (optional)
    -o FILE        --output=FILE        Output file (optional)
    -l LANGUAGE    --language=LANGUAGE  Programming language (restrict fenced code blocks)
    -h             --help               Show help
    -v             --version            Show version
    

  8. package uri-bytestring-aeson

    Aeson instances for URI Bytestring Aeson instances for URI Bytestring

  9. package users

    A library simplifying user management for web applications Scrap the boilerplate for managing user accounts in web applications Features:

    • Easy to understand API
    • CRUD for Users
    • Session Management
    • Password reset functionality
    • Activation functionality
    Current Backends:

  10. package utf8-light

    Unicode Lightweight UTF8 handling

Page 261 of many | Previous | Next