haskell-exceptions 0.8.0.2-1 source package in Ubuntu
Changelog
haskell-exceptions (0.8.0.2-1) unstable; urgency=medium [ Dmitry Bogatov ] * New upstream release * Standards version bump (no changes needed) -- Clint Adams <email address hidden> Fri, 26 Jun 2015 17:00:08 -0400
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-exceptions_0.8.0.2-1.dsc | 2.9 KiB | 6e651500b6ddc1476fc705111e0e9f7ac1e8258c96fd59ecae62dba343349b7a |
haskell-exceptions_0.8.0.2.orig.tar.gz | 12.0 KiB | 070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4 |
haskell-exceptions_0.8.0.2-1.debian.tar.xz | 1.9 KiB | 2f0d28e565d1218314b8637eb1510ad7d540598e4d9f01bc7cab25d97879b2ce |
Available diffs
No changes file available.
Binary packages built by this source
- libghc-exceptions-dev: No summary available for libghc-exceptions-dev in ubuntu wily.
No description available for libghc-
exceptions- dev in ubuntu wily.
- libghc-exceptions-doc: No summary available for libghc-exceptions-doc in ubuntu wily.
No description available for libghc-
exceptions- doc in ubuntu wily.
- 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.