aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-mueval/Makefile
blob: 7563ba963cd0c8f328735a468aa445f113f1b666 (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.4
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Safely evaluate pure Haskell expressions
WWW=		https://github.com/gwern/mueval

LICENSE=	BSD3CLAUSE

BUILD_DEPENDS=	ghc-9.4.8:lang/ghc94

USES=		cabal

USE_CABAL=	QuickCheck-2.14.3 \
		extensible-exceptions-0.1.1.4 \
		ghc-paths-0.1.0.12_5 \
		hint-0.9.0.8 \
		random-1.2.1.1_1 \
		show-0.6 \
		simple-reflect-0.3.3 \
		splitmix-0.1.0.5 \
		syb-0.7.2.4 \
		temporary-1.3

.include <bsd.port.mk>