# $FreeBSD: head/textproc/hs-pretty-show/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	pretty-show
PORTVERSION=	1.6.13
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Library and an executable for working with derived Show instances

LICENSE=	BSD3CLAUSE

EXECUTABLE=	ppsh
USE_CABAL=	happy haskell-lexer

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