haskell-monad-control 0.3.2.2-1 source package in Ubuntu

Changelog

haskell-monad-control (0.3.2.2-1) unstable; urgency=low


  [ Joachim Breitner ]
  * Adjust watch file to new hackage layout

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <email address hidden>  Mon, 16 Dec 2013 00:02:55 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-monad-control_0.3.2.2-1.dsc 2.7 KiB d7ec340bd90ed6dc88f649dbf7cd5c1ac425ba06d90ad33a7b923fc10fbd2395
haskell-monad-control_0.3.2.2.orig.tar.gz 10.4 KiB acef78a42ec8bb99efda077b36bb1db8f4b6a1d58aa3865cc7b27e0ba6e88cf3
haskell-monad-control_0.3.2.2-1.debian.tar.gz 2.8 KiB 70f72071610f3ad878f454c0d60c8285f2c68b1270c1dc21a747338f42f8eef8

Available diffs

No changes file available.

Binary packages built by this source

libghc-monad-control-dev: No summary available for libghc-monad-control-dev in ubuntu wily.

No description available for libghc-monad-control-dev in ubuntu wily.

libghc-monad-control-doc: No summary available for libghc-monad-control-doc in ubuntu vivid.

No description available for libghc-monad-control-doc in ubuntu vivid.

libghc-monad-control-prof: Monad transformers to lift control operations; profiling libraries

 It defines the type class MonadControlIO, a subset of MonadIO into
 which generic control operations such as catch can be lifted from IO.
 Instances are based on monad transformers in MonadTransControl, which
 includes all standard monad transformers in the transformers library
 except ContT. For convenience, it provides a wrapped version of
 Control.Exception with types generalized from IO to all monads in
 MonadControlIO.
 .
 Note that this package is a rewrite of Anders Kaseorg's monad-peel
 library. The main difference is that this package provides CPS style
 operators and exploits the RankNTypes language extension to simplify
 most definitions.
 .
 The package includes a copy of the monad-peel testsuite written by
 Anders Kaseorg. The tests can be performed by using cabal test.
 .
 The following critertion based benchmark shows that monad-control is
 on average about 2.5 times faster than monad-peel:
 .
 http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.