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.
-
Parse and verify AWS SNS messages Please see the README on GitHub at https://github.com/freckle/aws-sns-verify#readme
-
A backtracking monad This library provides a backtracking monad following Spivey's paper "Algebras for combinatorial search".
-
German bank holidays and public holidays Calculation of bank holidays and public holidays in Germany.
-
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.
-
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.
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.
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)
-
Locate Bazel runfiles location Please see the README on GitHub at https://github.com/tweag/rules_haskell/blob/master/tools/runfiles/README.md
-
BCP47 orphan instances Orphan instances for the BCP47 type
-
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.