summaryrefslogtreecommitdiff
blob: 4e9a43bdaf8e0d5bf4b5c027c663c1978eccd223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<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>