diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
commit | 0c76a8384fc1de4958eb1228befbee727f00c596 (patch) | |
tree | 28680b3da252da7f45a2d25108e4e2a6e41a77e5 /devel/hs-reactive/Makefile | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) | |
download | ports-0c76a8384fc1de4958eb1228befbee727f00c596.tar.gz ports-0c76a8384fc1de4958eb1228befbee727f00c596.zip |
Notes
Diffstat (limited to 'devel/hs-reactive/Makefile')
-rw-r--r-- | devel/hs-reactive/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/hs-reactive/Makefile b/devel/hs-reactive/Makefile index 6acb08191619..100c66297c05 100644 --- a/devel/hs-reactive/Makefile +++ b/devel/hs-reactive/Makefile @@ -7,12 +7,15 @@ PORTNAME= reactive PORTVERSION= 0.11.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Push-pull functional reactive programming -USE_HACKAGE= category-extras>=0.53.5 checkers>=0.2.3 \ +BROKEN= cannot be compiled + +USE_CABAL= category-extras>=0.53.5 checkers>=0.2.3 \ QuickCheck>=2.1.0.2 Stream>=0.3.1 TypeCompose>=0.8.0 \ unamb>=0.1.5 vector-space>=0.5 |