doctest

test interactive Haskell examples; executable

The doctest program checks examples in source code comments. It is modeled after doctest for Python (<http://docs.python.org/library/doctest.html>).

libghc-doctest-prof

test interactive Haskell examples; profiling libraries

The doctest program checks examples in source code comments. It is modeled after doctest for Python (<http://docs.python.org/library/doctest.html>).

libghc-emojis-prof

Conversion between emoji characters and their names; profiling libraries

This package provides functions for converting emoji names to emoji characters and vice versa.

libghc-file-embed-prof

direct file embedding library; profiling libraries

It lets you use Template Haskell to embed file contents directly.

libghc-hspec-expectations-prof

catchy combinators for HUnit; profiling libraries

Catchy combinators for HUnit: the three main primitives are shouldBe, shouldSatisfy and shouldThrow. They can be used with HUnit, or any framework that integrates with HUnit, like test-framework or Hspec.

libghc-some-prof

existential type: Some; profiling libraries

This library defines an existential type Some in a few variants, and utilities to work with it.