haskell-monad-control 1.0.2.3-4build2 source package in Ubuntu

Changelog

haskell-monad-control (1.0.2.3-4build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 01:04:03 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-monad-control_1.0.2.3.orig.tar.gz 13.5 KiB 6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1
haskell-monad-control_1.0.2.3-4build2.debian.tar.xz 3.7 KiB 81fae64ea74b25280098dc7abfa9fb5b8f79207eca8dea2db0c399ea99342c95
haskell-monad-control_1.0.2.3-4build2.dsc 2.7 KiB 9600fae7b625548e8912f96bbe7bcdd3bd3f3cdc5ecb7170350ec2b0c1007aed

Available diffs

View changes file

Binary packages built by this source

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

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

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

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

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.