haskell-convertible 1.1.1.0-3 source package in Ubuntu

Changelog

haskell-convertible (1.1.1.0-3) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:15 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-convertible_1.1.1.0-3.dsc 2.6 KiB 8fa6bafe029a3d91cd36c3fe7fbe174c1aefe42e7adb460d26d59c10f463fc70
haskell-convertible_1.1.1.0-3.debian.tar.xz 3.7 KiB b42ce3d51c12555b2cae849649ec605edf187ccfd33696791d8cedf5aa575085
haskell-convertible_1.1.1.0.orig.tar.gz 14.0 KiB e9f9a70904b9995314c2aeb41580d654a2c76293feb955fb6bd63256c355286c

No changes file available.

Binary packages built by this source

libghc-convertible-dev: Typeclasses and instances for converting between types, GHC 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.

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: 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.