haskell-exceptions 0.10.4-1build2 source package in Ubuntu

Changelog

haskell-exceptions (0.10.4-1build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:40:46 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-exceptions_0.10.4.orig.tar.gz 20.3 KiB 4d0bfb4355cffcd67d300811df9d5fe44ea3594ed63750795bfc1f797abd84cf
haskell-exceptions_0.10.4-1build2.debian.tar.xz 2.9 KiB 698ce97574037a3afa55379c86575e90da262e9e8bde3843e599a99d613ad760
haskell-exceptions_0.10.4-1build2.dsc 3.0 KiB ab86894cb1c00a3ed5a680c3891b68fae771b6cbb914340ddcb9327774e761ee

Available diffs

View changes file

Binary packages built by this source

libghc-exceptions-dev: No summary available for libghc-exceptions-dev in ubuntu hirsute.

No description available for libghc-exceptions-dev in ubuntu hirsute.

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

No description available for libghc-exceptions-doc in ubuntu hirsute.

libghc-exceptions-prof: extensible optionally-pure exceptions; profiling libraries

 This library supports monads that can throw extensible exceptions.
 The exceptions are the very same from Control.Exception, and the
 operations offered very similar, but here they are not limited to
 IO.
 .
 This code is in the style of both transformers and mtl, and is
 compatible with them, though doesn't mimic the module structure or
 offer the complete range of features in those packages.
 .
 This is very similar to ErrorT and MonadError, but based on features
 of Control.Exception. In particular, it handles the complex case of
 asynchronous exceptions by including mask in the typeclass. Note that
 the extensible extensions feature relies the RankNTypes language
 extension.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.