summaryrefslogtreecommitdiff
blob: 49235674db92a5bbb4d67012e90c831dbe28171a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
		After GHC 7.4 a new `casMutVar#` primop became available, but it's
		difficult to use safely, because pointer equality is a highly
		unstable property in Haskell.  This library provides a safer method
		based on the concept of "Tickets".
		
		Also, this library uses the "foreign primop" capability of GHC to
		add access to other variants that may be of
		interest, specifically, compare and swap inside an array.
	</longdescription>
	<upstream>
		<remote-id type="github">rrnewton/haskell-lockfree</remote-id>
	</upstream>
</pkgmetadata>