aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-classy-prelude/Makefile
blob: f0cd3722a972953359fb87cfd9ee4b30f3d8cc26 (plain) (tree)
1
2
3
4
5
6
7
8


                              
                       


                                   
                                       


                   





                                                                             


                                                 
# $FreeBSD$

PORTNAME=	classy-prelude
PORTVERSION=	1.2.0.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>