Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
HTTP Date parser/formatter Fast parser and formatter for HTTP Date
-
Character properties and classes for XML and Unicode Character properties defined by XML and Unicode standards. These modules contain predicates for Unicode blocks, char properties and character predicates defined by XML. Supported Unicode version is 13.0.0 9.4.0.0: Supported Unicode version 12.1.0 9.3.0.2: Supported Unicode version 9.0.0
-
Unicode en-/decoding functions for utf8, iso-latin-* and other encodings Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding is done with lazy functions, errors may be detected or ignored.
-
Library for IP and MAC addresses The ip package provides types and functions for dealing with IPv4 addresses, CIDR blocks, and MAC addresses. We provide instances for typeclasses found in commonly used packages like aeson, vector, and hashable. We also provide Parsers for working with attoparsec. . Notably, this package does not overload functions by introducing any typeclasses of its own. Neither does it prefix functions with the name of the type that they work on. Instead, functions of the same name are exported by several different modules, and it is expected that end users disambiguate by importing these modules qualified. . The only module intended to be imported unqualified is Net.Types. The types in this package should not conflict with the types in any other commonly used packages. . The following packages are intended to be used with this package: . * `yesod-ip`: Provides orphan instances needed to work with yesod and persistent. Also, provides a `yesod-form` helper.
-
Convert to/from the ISO 8601 time format Conversion functions between Haskell time types and the ISO 8601 format, which is often used for printing times, e.g. JavaScript's new Date().toISOString().
-
Obtain minified jQuery code This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).
-
Type-level JSON specification See the README at: https://github.com/owensmurray/json-spec#json-spec
-
Keyed functors and containers This package provides a bunch of ad hoc classes for accessing parts of a container. In practice this package is largely subsumed by the lens package, but it is maintained for now as it has much simpler dependencies.
-
A lightweight structured concurrency library A lightweight structured concurrency library. For a variant of this API generalized to MonadUnliftIO, see ki-unlifted. Remember to link your program with -threaded to use the threaded runtime!
-
Haskell library for the Microsoft Language Server Protocol, data types An implementation of the types to allow language implementors to support the Language Server Protocol for their specific language.