# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD: head/devel/hs-TypeCompose/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	TypeCompose
PORTVERSION=	0.9.12
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Type composition classes and instances

LICENSE=	BSD3CLAUSE

USE_CABAL=	base-orphans

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