Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. package resolv

    Domain Name Service (DNS) lookup via the libresolv standard library routines This package implements an API for accessing the Domain Name Service (DNS) resolver service via the standard libresolv system library (whose API is often available directly via the standard libc C library) on Unix systems. This package also includes support for decoding message record types as defined in the following RFCs:

    • RFC 1035: Domain Names - Implementation And Specification
    • RFC 1183: New DNS RR Definitions
    • RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
    • RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
    • RFC 3596: DNS Extensions to Support IP Version 6
    • RFC 4034: Resource Records for the DNS Security Extensions
    • RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
    • RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains in E-Mail, Version 1
    • RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
    • RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
    • RFC 6891: Extension Mechanisms for DNS (EDNS(0))
    • RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
    For Windows, the package windns provides a compatible subset of this package's API.

  2. package rio-prettyprint

    Pretty-printing for RIO Combine RIO's log capabilities with pretty printing

  3. package rpm-nvr

    RPM package name-version-release data types The library provides types related to RPM package name-version-releases. There are modules for reading and showing:

    • NV (name-version)
    • NVR (name-version-release)
    • NVRA (name-version-release.arch)
    • VerRel (version-release)
    • VerCmp for comparing RPM versions or releases (used to order VerRel).

  4. package say

    Send textual messages to a Handle in a thread-friendly way Please see the README and documentation at https://www.stackage.org/package/say

  5. package sayable

    Construction of context-adjusted pretty output This package provides a set of data structures, classes and operators that facilitate the construction of a Prettyprinter Doc object. The difference between this an Prettyprinter is:

    • Additional "saytag" parameter that can be used to control the Doc rendering.
    • Brevity of syntax (using operators) designed to enhance conversion of arguments and readability of messages and conversion

  6. package semaphore-compat

    Cross-platform abstraction for system semaphores This package provides a cross-platform implementation of system semaphores that abstracts over the unix and Win32 libraries.

  7. package servant-multipart

    multipart/form-data (e.g file upload) support for servant This package adds server-side support of file upload to the servant ecosystem.

  8. package servant-multipart-client

    multipart/form-data (e.g file upload) support for servant This package adds client-side support for file upload to the servant ecosystem.

  9. package simple-affine-space

    A simple library for affine and vector spaces. Affine spaces and vector spaces with a few basic instances. This library implements affine spaces and vector spaces. Two instances are provided for affine spaces (points) and two more for vector spaces (vectors). These definitions are strict, implement deepseq, and are designed to have minimal memory overhead.

  10. package simple-cairo

    Binding to Cairo library Please see the README on GitHub at https://github.com/YoshikuniJujo/simple-cairo#readme

Page 92 of many | Previous | Next