aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-reactive/Makefile
blob: b909ae1357ec3e6710a6103cc1e910573a92b738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=   reactive
PORTVERSION=    0.11.5
PORTREVISION=   10
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Push-pull functional reactive programming

USE_CABAL=  categories checkers>=0.2.3 comonad QuickCheck>=2.1.0.2 pointed \
        semigroups Stream>=0.3.1 TypeCompose>=0.8.0 unamb>=0.1.5 \
        vector-space>=0.5

BROKEN=     does not build with GHC 7.6

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