aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-mueval/Makefile
blob: 4273266f76c84224f4bdf33cecd910c79d4eabeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	mueval
PORTVERSION=	0.9.3
PORTREVISION=	12
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Safely evaluate pure Haskell expressions

LICENSE=	BSD3CLAUSE

USES=		cabal

USE_CABAL=	QuickCheck-2.14.2 \
		extensible-exceptions-0.1.1.4 \
		ghc-paths-0.1.0.12_3 \
		hint-0.9.0.6 \
		random-1.2.1.1 \
		show-0.6 \
		simple-reflect-0.3.3 \
		splitmix-0.1.0.4 \
		syb-0.7.2.1 \
		temporary-1.3

EXECUTABLES=	mueval mueval-core

.include <bsd.port.mk>