pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-convertible



Module name:    wip
Committed by:   phonohawk
Date:           Fri May 29 05:24:08 UTC 2009

Import into wip/hs-convertible

Log Message:
Import hs-convertible-1.0.1 as wip/hs-convertible.

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.

Status:

Vendor Tag:     PHONOHAWK
Release Tags:   PHONOHAWK_20090529
                
N wip/hs-convertible/distinfo
N wip/hs-convertible/Makefile
N wip/hs-convertible/buildlink3.mk
N wip/hs-convertible/PLIST
N wip/hs-convertible/DESCR
N wip/hs-convertible/patches/patch-aa

No conflicts created by this import


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index