haskell-convertible 1.0.11.1-2build1 source package in Ubuntu

Changelog

haskell-convertible (1.0.11.1-2build1) saucy; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Tue, 28 May 2013 10:42:00 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
haskell-convertible_1.0.11.1.orig.tar.gz 14.1 KiB 46d26e9fec9034bcb27334ba378e8735ac3126eb8573b4dbd1a06b77b350a0e4
haskell-convertible_1.0.11.1-2build1.debian.tar.gz 3.8 KiB 1970a353c2a3d160407e79e8be85f84b9e640b4a557fffe2b4e3a51c401d4374
haskell-convertible_1.0.11.1-2build1.dsc 2.6 KiB 7920fbd1bce5e399c1701ff49d53879b6c0e6f75eb021cdaca1a1183df215ec0

View changes file

Binary packages built by this source

libghc-convertible-dev: No summary available for libghc-convertible-dev in ubuntu saucy.

No description available for libghc-convertible-dev in ubuntu saucy.

libghc-convertible-doc: No summary available for libghc-convertible-doc in ubuntu saucy.

No description available for libghc-convertible-doc in ubuntu saucy.

libghc-convertible-prof: Typeclasses and instances for converting between types, GHC profiling package

 convertible provides a typeclass with a single function
 that is designed to help convert between different types: numeric
 values, dates and times, and the like. The conversions perform bounds
 checking and return a pure Either value. This means that you need
 not remember which specific function performs the conversion you
 desire.
 .
 Also included in the package are optional instances that provide
 conversion for various numeric and time types, as well as utilities
 for writing your own instances.
 .
 Finally, there is a function that will raise an exception on
 bounds-checking violation, or return a bare value otherwise,
 implemented in terms of the safer function described above.
 .
 Convertible is also used by HDBC 2.0 for handling marshalling of
 data to/from databases.
 .
 Convertible is backed by an extensive test suite and passes tests
 on GHC and Hugs.