libghc-base-orphans-prof
Backwards-compatible orphan instances for base; profiling libraries
base-orphans defines orphan instances that mimic instances available in later
versions of base to a wider (older) range of compilers. base-orphans does
not export anything except the orphan instances themselves and complements
the base-compat package.
libghc-bmp-prof
Read and write BMP image files; profiling libraries
This is a pure Haskell implementation of the BMP image file format, supporting
both reading and writing.
libghc-bzlib-prof
Haskell bindings to the bzip2 library; profiling libraries
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the bz2 C library
so it has high performance.
libghc-digest-prof
efficient cryptographic hash implementations bytestrings; profiling libraries
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
libghc-ghc-tcplugins-extra-prof
Utilities for writing GHC type-checker plugins; profiling libraries
Utilities for writing GHC type-checker plugins, such as
creating constraints, with a stable API covering multiple
GHC releases.
libghc-lens-family-core-prof
Haskell 98 Lens Families; profiling libraries
This package provides first-class functional references.
In addition to the usual operations of getting, setting and
composition, plus integration with the state monad, lens families
provide some unique features: