haskell-convertible 1.1.1.1-2 source package in Ubuntu

Changelog

haskell-convertible (1.1.1.1-2) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Thu, 31 Aug 2023 16:52:45 +0300

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
Noble release universe libs

Downloads

File Size SHA-256 Checksum
haskell-convertible_1.1.1.1-2.dsc 2.4 KiB 03bea3a6397e8bf1246c20deb4ff39e7c6e68669ead7aa891cf35134ede519e9
haskell-convertible_1.1.1.1.orig.tar.gz 13.7 KiB 991ebd70e413dc7314d3d34fddaa1ad34a837aea48cb8117e1b323f403348cef
haskell-convertible_1.1.1.1-2.debian.tar.xz 4.2 KiB 2f6a43db3cdc1b4cb5770f8c7d96329f62d724d644f050897ce7820cc9847a9d

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.