# $FreeBSD: head/devel/hs-classy-prelude/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	classy-prelude
PORTVERSION=	1.2.0.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Typeclass-based Prelude

LICENSE=	MIT

USE_CABAL=	async basic-prelude bifunctors chunked-data dlist \
		exceptions hashable lifted-async lifted-base monad-unlift \
		mono-traversable mono-traversable-instances mtl \
		mutable-containers primitive safe-exceptions say semigroups \
		stm stm-chans text time-locale-compat transformers-base \
		unordered-containers vector vector-instances

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