# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD: math/hs-probability/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	probability
PORTVERSION=	0.2.4
PORTREVISION=	5
CATEGORIES=	math haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Probabilistic Functional Programming

LICENSE=	BSD

USE_CABAL=	random>=1.0 transformers>=0.0.1 utility-ht>=0.0.6

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