NOTICE: This package has been removed from pkgsrc

./wip/hs-convertible, Typeclasses and instances for converting between types

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.11.0, Package name: hs-convertible-1.0.11.0, Maintainer: pho

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.


Required to run:
[devel/hs-mtl] [devel/hs-text]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 3bd07bba02d39dd6eeeb58cac3bb548d3b38ea84
RMD160: 6719d75213763e60f22fb6fc75737a4c4e61fb27
Filesize: 13.918 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112)
Log message:
Remove hs-mtl, imported to pkgsrc/devel
   2011-12-01 03:33:53 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to convertible-1.0.11.0

   2011-07-28 15:48:40 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to convertible-1.0.10.0

   2010-03-11 05:48:41 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to convertible-1.0.9

   2010-01-24 04:34:19 by PHO / phonohawk | Files touched by this commit (2)
Log message:
time is now part of GHC boot packages

   2010-01-13 07:33:14 by PHO / phonohawk | Files touched by this commit (2) | Package updated
Log message:
Upstream update to convertible-1.0.8