Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
Bindings for secp256k1 Sign and verify signatures using the secp256k1 library.
-
A portable sendfile library A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided. Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).