summaryrefslogtreecommitdiff
blob: 1ee9e4a56f53c4a593ae00c6b04e27c5e29535f4 (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>
		This package allows simple reflection of expressions containing variables.
		Reflection here means that a Haskell expression is turned into a string.
		The primary aim of this package is teaching and understanding;
		there are no options for manipulating the reflected expressions beyond showing them.
	</longdescription>
</pkgmetadata>