Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. package hsyslog

    FFI interface to syslog(3) from POSIX.1-2001 A Haskell interface to syslog(3) as specified in POSIX.1-2008. The entire public API lives in System.Posix.Syslog. There is a set of exposed modules available underneath that one, which contain various implementation details that may be useful to other developers who want to implement syslog-related functionality. Users of syslog, however, do not need them. An example program that demonstrates how to use this library is available in the examples directory of this package.

  2. package html-conduit

    Parse HTML documents using xml-conduit datatypes. This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. Note that, since version 1.3.1, it uses an inlined copy of tagstream-conduit with entity decoding bugfixes applied.

  3. package http-query

    Simple http queries Simple web API queries returning JSON.

  4. package indexed-profunctors

    Utilities for indexed profunctors This package contains basic definitions related to indexed profunctors. These are primarily intended as internal utilities to support the optics and generic-lens package families.

  5. package inline-c

    Write Haskell source files including C code inline. No FFI required. See https://github.com/fpco/inline-c/blob/master/README.md.

  6. package integer-conversion

    Conversion from strings to Integer The naive foldl' (acc d -> acc * 10 + d) 0 is expensive (quadratic!) for large Integers. This package provides sub-quadratic implementation.

  7. package libBF

    A binding to the libBF library. LibBF is a C library for working with arbitray precision IEEE 754 floating point numbers.

  8. package list-t

    ListT done right A correct implementation of the list monad-transformer. Useful for basic streaming.

  9. package log-domain

    Log-domain arithmetic This package provides log-domain floats, doubles and complex numbers.

  10. package memory-hexstring

    Hex-string type for Haskell Web3 library. Client library for Third Generation of Web.

Page 55 of many | Previous | Next