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

PORTNAME=	text-short
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	This package provides the ShortText type which is suitable for keeping many short strings in memory

LICENSE=	BSD3CLAUSE

USE_CABAL=	hashable semigroups text

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