Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. package versions

    Types and parsers for software version numbers. A library for parsing and comparing software version numbers. We like to give version numbers to our software in a myriad of ways. Some ways follow strict guidelines for incrementing and comparison. Some follow conventional wisdom and are generally self-consistent. Some are just plain asinine. This library provides a means of parsing and comparing any style of versioning, be it a nice Semantic Version like this:

    1.2.3-r1+git123
    
    ...or a monstrosity like this:
    2:10.2+0.0093r3+1-1
    
    Please switch to Semantic Versioning if you aren't currently using it. It provides consistency in version incrementing and has the best constraints on comparisons. This library implements version 2.0.0 of the SemVer spec.

  2. package wai-middleware-caching

    WAI Middleware to cache things Please see README.md

  3. package wave

    Work with WAVE and RF64 files Work with WAVE and RF64 files.

  4. package web3-crypto

    Cryptograhical primitives for Haskell Web3 library. This package implements Web3 specific cryptography and helper functions.

  5. package world-peace

    Open Union and Open Product Types Please see README.md.

  6. package xeno

    A fast event-based XML parser in pure Haskell A fast, low-memory use, event-based XML parser in pure Haskell.

  7. package xhtml

    An XHTML combinator library This package provides combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants.

  8. package xlsx

    Simple and incomplete Excel file parser/writer This library can help you to get some data read and written in Office Open XML xlsx format. Small subset of xlsx format is supported. For examples look into Codec.Xlsx. Format is covered by ECMA-376 standard: https://ecma-international.org/publications-and-standards/standards/ecma-376/ 4th edition of the standard with the transitional schema is used for this library.

  9. package xml-basic

    Basics for XML/HTML representation and processing We provide basic data types for XML representation, like names, attributes, entities. Yes we try hard to get type safe XML handling out of Haskell 98. We also provide information about exceptional HTML tags, like self-closing tags. This package provides common functionality that is both needed in list (tagchup) and tree (wraxml) representations of XML.

  10. package xmlgen

    Fast XML generation library Library for high-performance XML generation.

Page 99 of many | Previous | Next