summaryrefslogtreecommitdiff
blob: 2b2d13d4415866de402bad0f741c6c470a9aca9b (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>
		Simple time library focusing on simple but powerful and performant API
		
		The backbone of the library are the Timeable and Time type classes.
		
		Each Timeable instances can be converted to type that has a Time instances,
		and thus are different representations of current time.
	</longdescription>
	<upstream>
		<remote-id type="github">vincenthz/hs-hourglass</remote-id>
	</upstream>
</pkgmetadata>