aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-unexceptionalio/Makefile
blob: e0cca309195b2dba579d24f29c5c13d1a061344e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=   unexceptionalio
PORTVERSION=    0.3.0
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    IO without any non-error, synchronous exceptions

LICENSE=    BSD3CLAUSE

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