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