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.
package
simple-media-timestamp A very simple timestamp type. A very simple timestamp type, could be used for subtitles or video playback.
-
Simple commandline text prompt functions The library provides prompt functions for reading user input: for example prompt returns the input given, promptEnter expects only Enter, and yesNo asks for confirmation.
-
Three-dimensional vectors of doubles with basic operations Simple three-dimensional vectors of doubles with basic vector and matrix operations, supporting Data.Vector.Unboxed and Data.Vector.Storable.
-
Unary natural numbers relying on the singletons infrastructure. Unary natural number relying on the singletons infrastructure. More information about the general usage of singletons can be found on the singletons github page.
-
Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package. The singletons-presburger plugin augments GHC type-system with Presburger Arithmetic Solver for Type-level natural numbers, with integration with singletons package. . You can use by adding this package to dependencies and add the following pragma to the head of .hs files: . > OPTIONS_GHC -fplugin Data.Singletons.TypeNats.Presburger
-
Generate XML Sitemaps & Sitemap Indexes The sitemap-gen package uses the xmlgen package to generate XML sitemaps that are compliant with the sitemaps.org XML schema. See the Web.Sitemap.Gen module and the README file for documentation & usage details.
-
Sized functors, for size-based enumerations A framework for size-based enumerations. See the module documentation for details.
-
Sized sequence data-types A wrapper to make length-parametrized data-type from functorial data-types.
-
Skein, a family of cryptographic hash functions. Includes Skein-MAC as well. Skein (http://www.skein-hash.info/) is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. This package uses bindings to the optimized C implementation of Skein. We provide a high-level interface (see module Crypto.Skein) to some of the Skein use cases. We also provide a low-level interface (see module Crypto.Skein.Internal) should you need to use Skein in a different way. Currently we have support for Skein as cryptographic hash function as Skein as a message authentication code (Skein-MAC). For examples of how to use this package, see Crypto.Skein module documentation. This package includes Skein v1.3. Versions of this package before 1.0.0 implemented Skein v1.1.
-
A very quick-and-dirty WebSocket server. A very quick-and-dirty WebSocket server. Intended for use with unit tests.