libghc-barbies-prof

Classes for working with types that can change clothes; profiling libraries

Types that are parametric on a functor are like Barbies that have an outfit for each role. This package provides the basic abstractions to work with them comfortably.

libconfig11

parsing/manipulation of structured configuration files

This library features a fully reentrant parser and includes bindings for both the C and C++ programming languages. It runs on modern POSIX-compliant systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on Microsoft Windows 2000/XP and later (Visual Studio or MinGW).

libghc-crypton-prof

cryptography primitives for Haskell; profiling libraries

A repository of cryptographic primitives. - Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia, RC4, Salsa, XSalsa, ChaCha - Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger, Whirlpool, Blake2 - MAC: HMAC, KMAC, Poly1305 - Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448, Ed25519, Ed448 - Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF - Cryptographic Random generation: System Entropy, Deterministic Random Generator - Data related: Anti-Forensic Information Splitter (AFIS)

libghc-infinite-list-prof

infinite lists; profiling libraries

Modern lightweight library for infinite lists with fusion.

libghc-mainland-pretty-prof

pretty printing designed for printing source code; profiling libraries

Pretty printing designed for printing source code based on Wadler's paper /A Prettier Printer/. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.

libghc-unicode-collation-prof

Haskell implementation of the Unicode Collation Algorithm; profiling libraries

This library provides a pure Haskell implementation of the Unicode Collation Algorithm. It is not as fully-featured or as performant as @text-icu@, but it avoids a dependency on a large C library. Locale-specific tailorings are also provided.