Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
High-level, byte-based file and directory path manipulations (deprecated) High-level, byte-based file and directory path manipulations (deprecated).
-
Bindings to the ICU library Haskell bindings to the International Components for Unicode (ICU) libraries. These libraries provide robust and full-featured Unicode services on a wide variety of platforms. Features include:
- Both pure and impure bindings, to allow for fine control over efficiency and ease of use.
- Breaking of strings on character, word, sentence, and line boundaries.
- Access to the Unicode Character Database (UCD) of character metadata.
- String collation functions, for locales where the conventions for lexicographic ordering differ from the simple numeric ordering of character codes.
- Character set conversion functions, allowing conversion between Unicode and over 220 character encodings.
- Unicode normalization. (When implementations keep strings in a normalized form, they can be assured that equivalent strings have a unique binary representation.)
- Regular expression search and replace.
- Security checks for visually confusable (spoofable) strings.
- Bidirectional Unicode algorithm
- Calendar objects holding dates and times.
- Number and calendar formatting.
-
Time monadic computations with an IO base. A simple wrapper to show the used CPU time of monadic computation with an IO base.
-
A class for finite and recursively enumerable types. A class for finite and recursively enumerable types and some helper functions for enumerating them.
class Universe a where universe :: [a] class Universe a => Finite a where universeF :: [a]; universeF = universe
This is slim package definiting only the type-classes and instances for types in GHC boot libraries. For more instances check universe-instances-* packages. -
Haskell URI parsing as ByteStrings uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
-
Validity instances for containers Validity instances for containers
-
A simple terminal UI library vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use and to provide good support for common terminal types. See the example programs in the vty-crossplatform package examples on how to use the library. © 2006-2007 Stefan O'Rear; BSD3 license. © Corey O'Connor; BSD3 license. © Jonathan Daugherty; BSD3 license.
-
A logging system for WAI A logging system for WAI(Web Application Interface)
-
Data types for large but fixed width signed and unsigned integers A library to provide data types for large (ie > 64 bits) but fixed width signed and unsigned integers with the usual typeclass instances to allow them to be used interchangeably with Word64. The types and operations are coded to be as fast as possible using strictness annotations, INLINEABLE pragmas and unboxed values and operations where appropriate.
-
integration testing for WAI/Yesod Applications API docs and the README are available at http://www.stackage.org/package/yesod-test