# $FreeBSD: head/devel/hs-atomic-primops/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	atomic-primops
PORTVERSION=	0.8.0.4
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Safe approach to CAS and other atomic operations

LICENSE=	BSD3CLAUSE

USE_CABAL=	primitive

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
