aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-pointed/Makefile
blob: 8e048657d07e77f28e0f03c96b5c68c90303d73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=   pointed
PORTVERSION=    4.2.0.2
CATEGORIES= math haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Pointed and copointed data

LICENSE=    BSD3CLAUSE

USE_CABAL=  comonad>=4.0 data-default-class>=0.0.1 hashable>=1.1 \
        kan-extensions>=4.2 semigroupoids>=4 semigroups>=0.8.3.1 \
        stm>=2.1.2.1 tagged>=0.5 unordered-containers>=0.2

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