2012-12-16 21:02:27 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
|
|
<herd>haskell</herd>
|
|
|
|
<longdescription>
|
|
|
|
This provides a much safer semaphore than the QSem, QSemN, SampleVar in base.
|
|
|
|
Those base modules are not exception safe and can be broken by killThread.
|
|
|
|
See <https://github.com/ChrisKuklewicz/SafeSemaphore> for more details.
|
|
|
|
</longdescription>
|
2015-06-07 21:06:26 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">ChrisKuklewicz/SafeSemaphore</remote-id>
|
|
|
|
</upstream>
|
2012-12-16 21:02:27 +04:00
|
|
|
</pkgmetadata>
|