Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
HDBC instance of relational-query and typed query interface for HDBC This package contains the HDBC instance of relational-query and the typed query interface for HDBC. Generating Database table definitions and functions for relational-query by reading table and index definitions from Database system catalogs.
-
High performance, regular, shape polymorphic parallel arrays. Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program.
-
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
-
Pretty-printing for RIO Combine RIO's log capabilities with pretty printing
-
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).
-
Send textual messages to a Handle in a thread-friendly way Please see the README and documentation at https://www.stackage.org/package/say
-
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
-
SCALE v2.0 codec for Haskell Web3 library. Client library for Third Generation of Web.
-
Cross-platform abstraction for system semaphores This package provides a cross-platform implementation of system semaphores that abstracts over the unix and Win32 libraries.
-
multipart/form-data (e.g file upload) support for servant This package adds server-side support of file upload to the servant ecosystem.