haskell-exceptions 0.10.2-1build1 source package in Ubuntu

Changelog

haskell-exceptions (0.10.2-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sun, 04 Aug 2019 13:15:49 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-exceptions_0.10.2.orig.tar.gz 19.5 KiB 918c2ccbfb03caff826726bb7bf5170734b393817ace939f8dea86d60fc1512a
haskell-exceptions_0.10.2-1build1.debian.tar.xz 2.7 KiB b634323121e6953d622390424d6cc63f3d3a1ea98cc67a698fb28fb745ccd337
haskell-exceptions_0.10.2-1build1.dsc 2.9 KiB b160f9098a27eadf4aab619f089d15492819775e3092a2c1c62a83126fb1d27b

View changes file

Binary packages built by this source

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

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

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

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

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.