diff options
Diffstat (limited to 'dev-haskell/hsb2hs/metadata.xml')
-rw-r--r-- | dev-haskell/hsb2hs/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-haskell/hsb2hs/metadata.xml b/dev-haskell/hsb2hs/metadata.xml new file mode 100644 index 000000000000..403deff9771e --- /dev/null +++ b/dev-haskell/hsb2hs/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + hsb2hs is a preprocessor that allows you to include the contents of + files as string literals in your Haskell programs and libraries. + It is an alternative to file-embed for those who do not want to rely + on Template Haskell. See @README.markdown@ for instructions. + </longdescription> +</pkgmetadata> |