Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Character set detection using Mozilla's Universal Character Set Detector Mozilla have developed a robust and efficient character set detection algorithm for use in their web browsers. The algorithm is able to detect all of the most frequently encountered character encodings totally automatically. This library wraps up their library and exposes a very simple Haskell interface to it. The library is portable, and is confirmed to work on both Unix and Windows. This library is a maintained fork of charsetdetect:
- It compiles with recent version of bytestring.
- It works correctly in presence of Template Haskell on GHC 7.6.
- It builds on 64-bit Windows.
-
Confirm whether an email is valid and probably existant. See README at https://github.com/qoelet/check-email#readme
-
Compute and verify checksums of ISBN, IBAN, etc. Compute and verify checksums of various identifiers, such as IBAN, ISBN, EAN, Germany's Citizen Card. Related package: isbn
-
HUnit support for Chell HUnit support for the Chell testing library.
-
A solution to boolean blindness. Please see README.md.
package
clash-prelude-hedgehog Hedgehog Generators for clash-prelude Hedgehog Generators for clash-prelude
-
Provide a classy prelude including common Yesod functionality. See docs and README at http://www.stackage.org/package/classy-prelude-yesod
-
CSS preprocessor as embedded Haskell. Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded domain specific language (EDSL) in Haskell. This means that all CSS selectors and style rules are first class Haskell functions, which makes reuse and composability easy. The project is described on http://fvisser.nl/clay. The API documentation can be found in the top level module Clay.
-
Calculate the clumpiness of leaf properties in a tree Calculate the clumpiness of leaf properties in a tree
-
Use cmark with Lucid A package for rendering Markdown (parsed via cmark) to Lucid's HTML.