convertible: Typeclasses and instances for converting between types

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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 and from databases.

Convertible is backed by an extensive test suite and passes tests on GHC and Hugs.

Properties

Versions 1.0.0, 1.0.1, 1.0.3, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.9.1, 1.0.10.0, 1.0.11.0, 1.0.11.1, 1.1.0.0, 1.1.1.0, 1.1.1.0, 1.1.1.1
Change log None available
Dependencies base (>=3 && <5), bytestring (>=0.10.2), containers, HUnit, mtl, old-locale, old-time, QuickCheck (>=2.0), testpack (>=2.0), text (>=0.8), time (>=1.1.3) [details]
License BSD-3-Clause
Copyright Copyright (c) 2009-2011 John Goerzen
Author John Goerzen
Maintainer Erik Hesselink <hesselink@gmail.com>
Category Data
Home page http://hackage.haskell.org/package/convertible
Bug tracker https://github.com/hdbc/convertible/issues
Source repo head: git clone git://github.com/hdbc/convertible.git
Uploaded by NicolasWu at 2015-04-20T09:18:41Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
buildtests

Build the executable to run unit tests

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees