Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. package aws-sns-verify

    Parse and verify AWS SNS messages Please see the README on GitHub at https://github.com/freckle/aws-sns-verify#readme

  2. package backtracking

    A backtracking monad This library provides a backtracking monad following Spivey's paper "Algebras for combinatorial search".

  3. package bank-holiday-germany

    German bank holidays and public holidays Calculation of bank holidays and public holidays in Germany.

  4. package bank-holidays-england

    Calculation of bank holidays in England and Wales Calculation of bank holidays in England and Wales, using the rules that have been in place since 1978, and including all exceptions to the rules in the years 1995 to 2020.

  5. package base32

    Fast RFC 4648-compliant Base32 encoding RFC 4648-compliant Base32 encodings and decodings. This library provides performant encoding and decoding primitives, as well as support for textual values.

  6. package base64-bytestring-type

    A newtype around ByteString, for base64 encoding A newtype around ByteString, for base64 encoding. Strict and lazy, normal and url alphabet variants.

  7. package battleship-combinatorics

    Compute number of possible arrangements in the battleship game Compute number of possible arrangements in the battleship game with different methods. https://en.wikipedia.org/wiki/Battleship_(game)

  8. package bazel-runfiles

    Locate Bazel runfiles location Please see the README on GitHub at https://github.com/tweag/rules_haskell/blob/master/tools/runfiles/README.md

  9. package bcp47-orphans

    BCP47 orphan instances Orphan instances for the BCP47 type

  10. package bcrypt

    Haskell bindings to the bcrypt password hash Haskell bindings to the bcrypt password hash. Unlike other bindings already in existence, this package is designed to allow users to work directly with password hash strings that include information about the hashing algorithm, strength, and salt. This approach allows hashed passwords to be stored in a single field that can also be used by non-Haskell applications, and makes it easy to implement a policy of updating passwords hashed to an old policy next time the plaintext password is available. Version 1.1.3 of the OpenWall C source for bcrypt is included in this package (http://www.openwall.com/crypt/). The only modification is that the flag which enables the use of assembler has been disabled. Announcements about hs-bcrypt (including security announcements) will be sent to https://groups.google.com/forum/#!forum/hs-bcrypt-announce/join - if you use this library please consider subscribing. This mailing list is moderated and is expected to have a very low volume of mail traffic.

Page 163 of many | Previous | Next