1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/hs-mueval/Makefile
Gleb Popov b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00

30 lines
545 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= mueval
PORTVERSION= 0.9.3
PORTREVISION= 10
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Safely evaluate pure Haskell expressions
LICENSE= BSD3CLAUSE
USES= cabal
USE_CABAL= QuickCheck-2.14 \
extensible-exceptions-0.1.1.4 \
ghc-paths-0.1.0.12_1 \
hint-0.9.0.3 \
random-1.1_1 \
show-0.6 \
simple-reflect-0.3.3 \
splitmix-0.0.4 \
syb-0.7.1 \
temporary-1.3
EXECUTABLES= mueval mueval-core
.include <bsd.port.mk>