summaryrefslogtreecommitdiff
blob: 67fa8c972033ee4b29809695a1b3441b0a58bcb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		This library provides a quick-and-dirty (but often effective)
		method for extending Haskell's syntax using a custom
		preprocessor.  It parses Haskell into a bare-bones AST with just
		enough knowledge of the syntax to preserve nesting, and then
		allows transformations on the AST.
		
		See the package ixdopp
		(&lt;http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ixdopp&gt;)
		for an example of how to do this.
	</longdescription>
</pkgmetadata>