summaryrefslogtreecommitdiff
blob: 0b7a8f72ea3901d5fe31d0cc62404c3c2decc996 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, ByteString, etc) directly without requiring long import lists and qualified modules.
	</longdescription>
	<upstream>
		<remote-id type="github">snoyberg/classy-prelude</remote-id>
	</upstream>
</pkgmetadata>