# $FreeBSD: tags/RELEASE_10_0_0/devel/hs-unordered-containers/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	unordered-containers
PORTVERSION=	0.2.3.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Efficient hashing-based container types

LICENSE=	BSD

USE_CABAL=	hashable>=1.0.1.1

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