aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-DeepArrow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-DeepArrow/Makefile')
-rw-r--r--devel/hs-DeepArrow/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/hs-DeepArrow/Makefile b/devel/hs-DeepArrow/Makefile
index 7d0d3f5601ba..c1716f333963 100644
--- a/devel/hs-DeepArrow/Makefile
+++ b/devel/hs-DeepArrow/Makefile
@@ -3,16 +3,17 @@
PORTNAME= DeepArrow
PORTVERSION= 0.3.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Arrows for "deep application"
LICENSE= BSD
-FILE_LICENSE= COPYING
USE_CABAL= haskell-src mtl TypeCompose>=0.9.5
+BROKEN= does not build with GHC 7.6
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>