diff options
Diffstat (limited to 'dev-haskell/convertible/metadata.xml')
-rw-r--r-- | dev-haskell/convertible/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-haskell/convertible/metadata.xml b/dev-haskell/convertible/metadata.xml new file mode 100644 index 000000000000..88ecc722c6e3 --- /dev/null +++ b/dev-haskell/convertible/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <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> |