haskell-convertible 1.1.1.0-5build2 source package in Ubuntu
Changelog
haskell-convertible (1.1.1.0-5build2) artful; urgency=medium * Rebuild against new GHC ABI. -- Gianfranco Costamagna <email address hidden> Tue, 20 Jun 2017 23:26:05 +0200
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Artful
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-convertible_1.1.1.0.orig.tar.gz | 14.0 KiB | e9f9a70904b9995314c2aeb41580d654a2c76293feb955fb6bd63256c355286c |
haskell-convertible_1.1.1.0-5build2.debian.tar.xz | 4.0 KiB | 60ff085d95f33d7992b8c9b6e19ab8e1355a1d8e048ac46848c3a48089112685 |
haskell-convertible_1.1.1.0-5build2.dsc | 2.5 KiB | 4acbfac0a3c35303e471e56a44faee5e7f911f4258bf5b1159a98b37ab627350 |
Available diffs
- diff from 1.1.1.0-5build1 to 1.1.1.0-5build2 (337 bytes)
Binary packages built by this source
- libghc-convertible-dev: No summary available for libghc-convertible-dev in ubuntu artful.
No description available for libghc-
convertible- dev in ubuntu artful.
- libghc-convertible-doc: Typeclasses and instances for converting between types, documentation
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.
.
This package provides documentation on the Convertible API.
- libghc-convertible-prof: No summary available for libghc-convertible-prof in ubuntu cosmic.
No description available for libghc-
convertible- prof in ubuntu cosmic.