summaryrefslogtreecommitdiff
blob: 2cbdfd793da5233d186dce7669968c71e5a5786e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>haskell</herd>
	<longdescription>
		After GHC 7.4 a new `casMutVar#` primop became available, but it&#39;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 &quot;Tickets&quot;.
		
		Also, this library uses the &quot;foreign primop&quot; capability of GHC to
		add access to other variants that may be of
		interest, specifically, compare and swap inside an array.
	</longdescription>
</pkgmetadata>