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.
-
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. package
wai-middleware-caching WAI Middleware to cache things Please see README.md
-
Work with WAVE and RF64 files Work with WAVE and RF64 files.
-
Cryptograhical primitives for Haskell Web3 library. This package implements Web3 specific cryptography and helper functions.
-
Open Union and Open Product Types Please see README.md.
-
A fast event-based XML parser in pure Haskell A fast, low-memory use, event-based XML parser in pure Haskell.
-
An XHTML combinator library This package provides combinators for producing XHTML 1.0, including the Strict, Transitional and Frameset variants.
-
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.
-
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.
-
Fast XML generation library Library for high-performance XML generation.