pkgsrc-wip/hs-stm/Makefile
Ryosuke Moro e4bcfc9455 Changes in version 2.4.2
Added Control.Concurrent.STM.TSem (transactional semaphore)

Changes in version 2.4.1

    Added Applicative/Alternative instances of STM for GHC <7.0

Changes in version 2.4

    Added Control.Concurrent.STM.TQueue (a faster TChan)

    Added Control.Concurrent.STM.TBQueue (a bounded channel based on TQueue)

    TChan has an Eq instances

    Added newBroadcastTChan and newBroadcastTChanIO

    Some performance improvements for TChan

    Added cloneTChan
2013-03-09 22:32:47 +00:00

12 lines
275 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/03/09 22:32:47 szptvlfn Exp $
#
DISTNAME= stm-2.4.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Modular composable concurrency abstraction
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"