Skip to content

Commit

Permalink
Merge remote branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Apr 7, 2010
2 parents d4f1fd1 + 754af71 commit c435d38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
haskell-convertible (1.0.9-1) unstable; urgency=low

* New upstream release.
* Rebuild for GHC 6.12.
* Drop Hugs build for now due to Cabal issue.

-- John Goerzen <jgoerzen@complete.org> Wed, 17 Feb 2010 11:08:10 -0600

haskell-convertible (1.0.6-3) unstable; urgency=low

* Build depend on cpphs to prevent FTBFS. (Closes: #556819)
Expand Down
28 changes: 1 addition & 27 deletions debian/control
Expand Up @@ -7,9 +7,8 @@ Build-Depends: debhelper (>= 5.0.0),
haddock,
hscolour,
haskell-devscripts (>= 0.6.18),
ghc6 (>= 6.10),
ghc6 (>= 6.12),
cpphs,
hugs (>= 98.200503.08),
ghc6-doc,
libghc6-mtl-dev,
libghc6-time-dev,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c435d38

Please sign in to comment.