blob: 87be0916cd0963bdc7eda22a5cb1a452faaf575c (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= void
PORTVERSION= 0.6
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell 98 logically uninhabited data type
LICENSE= BSD
USE_CABAL= hashable>=1.1 semigroups>=0.8.2
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|