name: convertible
version: 1.0.2
license: LGPL
copyright: Copyright (c) 2009-2009 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible
package-url:
description: convertible provides a typeclass with a single function
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.
category: Data
author: John Goerzen
exposed: True
exposed-modules: Data.Convertible Data.Convertible.Base
                 Data.Convertible.Utils Data.Convertible.Instances
                 Data.Convertible.Instances.C Data.Convertible.Instances.Map
                 Data.Convertible.Instances.Num Data.Convertible.Instances.Time
hidden-modules:
import-dirs: /usr/lib/haskell-packages/ghc6/lib/convertible-1.0.2/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/convertible-1.0.2/ghc-6.10.4
hs-libraries: HSconvertible-1.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.1.0.0 bytestring-0.9.1.4 containers-0.2.0.1
         mtl-1.1.0.2 old-locale-1.0.0.1 old-time-1.0.0.2 time-1.1.2.4
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces:
                              /usr/share/doc/haskell-convertible-doc/html/convertible/convertible.haddock
haddock-html:
                                 /usr/share/doc/haskell-convertible-doc/html/convertible
