blob: 800b0a281898b99df9bd3397af4959751ebb917c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= data-default-instances-dlist
PORTVERSION= 0.0.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Default instances for types in dlist
LICENSE= BSD
USE_CABAL= data-default-class dlist
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|