[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.6-3-19-g754af71
John Goerzen
jgoerzen at complete.org
Wed Feb 17 17:09:53 UTC 2010
The following commit has been merged in the master branch:
commit e5647873e270b256834c0bcb85e673cfeac5ce59
Author: John Goerzen <jgoerzen at complete.org>
Date: Wed Feb 17 11:09:09 2010 -0600
Drop Hugs support due to Cabal Hugs issues
diff --git a/debian/control b/debian/control
index 37c84b5..c024d80 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 5.0.0),
haskell-devscripts (>= 0.6.18),
ghc6 (>= 6.12),
cpphs,
- hugs (>= 98.200503.08),
ghc6-doc,
libghc6-mtl-dev,
libghc6-time-dev,
@@ -74,31 +73,6 @@ Description: Typeclasses and instances for converting between types, GHC profili
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
-Package: libhugs-convertible
-Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
-Description: Typeclasses and instances for converting between types, Hugs 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.
-
Package: haskell-convertible-doc
Section: doc
Architecture: all
--
Data type conversions
More information about the Pkg-haskell-commits
mailing list