libghc-lift-type-prof

Lift a type from a Typeable constraint to a Template Haskell type; profiling lib

Lift your types from a Typeable constraint to a Template Haskell type

libghc-markdown-unlit-prof

Literate Haskell support for Markdown; profiling libraries

This contains a parser for an alternate form of Literate Haskell which allows you to extract embedded Haskell from Markdown text.

libghc-mwc-random-prof

Fast, high quality pseudo random number generation; profiling libraries

This package contains code for generating high quality random numbers that follow either a uniform or normal distribution. The generated numbers are suitable for use in statistical applications.

libghc-optparse-applicative-prof

utilities and combinators for parsing command-line options; profiling libraries

This is a library for constructing command-line option parsers in the applicative style.

libghc-pipes-safe-prof

safety for the pipes ecosystem; profiling libraries

This package adds resource management and exception handling to the pipes ecosystem.

libghc-resourcet-prof

deterministic allocation and freeing of scarce resources; profiling libraries

Control.Monad.Trans.Resource allocates resources which are guaranteed to be released. One point to note: all register cleanup actions live in the IO monad, not the main monad. This allows both more efficient code, and for monads to be transformed.