haskell-convertible 1.1.1.0-9build2 source package in Ubuntu
Changelog
haskell-convertible (1.1.1.0-9build2) hirsute; urgency=medium * No-change rebuild for new GHC ABIs -- Steve Langasek <email address hidden> Thu, 29 Oct 2020 20:22:31 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Hirsute
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | 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-9build2.debian.tar.xz | 4.3 KiB | 4f2ba7058a536d9382eb23187f938be5004195aefff7a08feae335a990dbf163 |
haskell-convertible_1.1.1.0-9build2.dsc | 2.6 KiB | 830a143f3b7579959637bcdc85827ed95000e6a6c161df5fb3fa399f50765dd4 |
Available diffs
- diff from 1.1.1.0-9build1 to 1.1.1.0-9build2 (533 bytes)
Binary packages built by this source
- libghc-convertible-dev: No summary available for libghc-convertible-dev in ubuntu hirsute.
No description available for libghc-
convertible- dev in ubuntu hirsute.
- libghc-convertible-doc: No summary available for libghc-convertible-doc in ubuntu impish.
No description available for libghc-
convertible- doc in ubuntu impish.
- 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.