pkgsrc/devel/hs-stm/Makefile
szptvlfn 049b22c005 Import stm-2.4.3 as devel/hs-stm,
packaged for wip by pho.

Software Transactional Memory: a modular composable concurrency
abstraction. See

    * Composable memory transactions, by Tim Harris, Simon Marlow,
      Simon Peyton Jones, and Maurice Herlihy, in /ACM Conference on
      Principles and Practice of Parallel Programming/
      2005. http://research.microsoft.com/Users/simonpj/papers/stm/index.htm
2014-05-25 21:54:58 +00:00

11 lines
256 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/05/25 21:54:58 szptvlfn Exp $
DISTNAME= stm-2.4.3
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Software Transactional Memory
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"