summaryrefslogtreecommitdiff
blob: b5fb17a503c0e20135202450096291575c04c365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		This package provides type level representations of the
		(positive and negative) integers and basic operations (addition,
		subtraction, multiplication, division, exponentiation) on these.
		The numtype-dk package differs from the numtype package in that
		the NumTypes are implemented using Data Kinds, TypeNats, and
		Closed Type Families rather than Functional Dependencies.
		Requires GHC 7.8 or later.
	</longdescription>
</pkgmetadata>