Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A flexible, extensible s-expression library. S-Cargot is a library for working with s-expressions in a modular and extensible way, opting for genericity and flexibility instead of speed. Instead of understanding one particular form of s-expression, the S-Cargot library exposes tools for parsing or emitting different kinds of s-expressions, including features not normally included in an s-expression library like reader macros or tight control over indentation in pretty-printing.
package
safe-coloured-text-gen Generators for types in safe-coloured-text
package
safe-coloured-text-layout Safely layout output coloured text Safely layout output coloured text
package
safe-coloured-text-terminfo Safely output coloured text Safely output coloured text
-
A stable adaptive mergesort implementation A stable adaptive mergesort implementation.
-
Contexts for the Sandwich test library Please see the documentation.
-
SMT Based Verification: Symbolic Haskell theorem prover using SMT solving. Express properties about Haskell programs and automatically prove them using SMT (Satisfiability Modulo Theories) solvers.
-
A high level web scraping library for Haskell. Scalpel core provides a subset of the scalpel web scraping library that is intended to have lightweight dependencies and to be free of all non-Haskell dependencies.
-
Stronger password hashing via sequential memory-hard functions. This package provides bindings to Colin Percival's scrypt implementation (http://www.tarsnap.com/scrypt.html). Scrypt is a key derivation function designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. Details of the scrypt key derivation function are given in a paper by Colin Percival, Stronger Key Derivation via Sequential Memory-Hard Functions: http://www.tarsnap.com/scrypt/scrypt.pdf.
-
Bindings to SDL2_ttf. Haskell bindings to SDL2_ttf C++ library https://github.com/libsdl-org/SDL_ttf.