libghc-base-compat-prof

compatibility layer for base; profiling libraries

With this package, you can ban CPP from your code. See the README at <https://github.com/sol/base-compat#readme> to see what's covered.

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.
interpreter for the brainfuck programming language

hsbrainfuck

interpreter for the brainfuck programming language

This package provides an interpreter for the Brainfuck programming language, written in the pure, lazy, functional language Haskell.

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.