diff options
Diffstat (limited to 'dev-haskell/convertible/metadata.xml')
-rw-r--r-- | dev-haskell/convertible/metadata.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-haskell/convertible/metadata.xml b/dev-haskell/convertible/metadata.xml index 3c57bb78ce53..b7878815d80d 100644 --- a/dev-haskell/convertible/metadata.xml +++ b/dev-haskell/convertible/metadata.xml @@ -5,12 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - 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. - </longdescription> </pkgmetadata> |