blob: 87be0916cd0963bdc7eda22a5cb1a452faaf575c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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>
|