Update math/hs-pointed to version 4.1_1
[dports.git] / math / hs-pointed / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       pointed
4 PORTVERSION=    4.1
5 PORTREVISION=   1
6 CATEGORIES=     math haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Pointed and copointed data
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      comonad>=4 data-default-class>=0.0.1 semigroupoids>=4 \
14                 semigroups>=0.8.3.1 stm>=2.1.2.1 tagged>=0.5
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>