haskell-monad-control 1.0.3.1-1build1 source package in Ubuntu

Changelog

haskell-monad-control (1.0.3.1-1build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 05:45:17 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-monad-control_1.0.3.1.orig.tar.gz 13.7 KiB ae0baea04d99375ef788140367179994a7178d400a8ce0d9026846546772713c
haskell-monad-control_1.0.3.1-1build1.debian.tar.xz 3.6 KiB 9ec1a6bef4779f72df58ece6258472337655249c401cff69e1a61e2326d15fd0
haskell-monad-control_1.0.3.1-1build1.dsc 2.7 KiB a109dd98a6ecdc8c14917e2a5c24c6198783680588db0332717b53a986b2f7de

View changes file

Binary packages built by this source

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

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

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

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

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.