aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-vector/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 04:56:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 04:56:31 +0000
commitfce656815ce199c42fba51264f3fba0a7cd3f074 (patch)
tree86f9f74402f467dd2b1bf26cb578383adc16b6c8 /devel/hs-vector/Makefile
parentfbe35fea4c572d396b20d63c2aebde5da920a492 (diff)
downloadports-fce656815ce199c42fba51264f3fba0a7cd3f074.tar.gz
ports-fce656815ce199c42fba51264f3fba0a7cd3f074.zip
Notes
Diffstat (limited to 'devel/hs-vector/Makefile')
-rw-r--r--devel/hs-vector/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-vector/Makefile b/devel/hs-vector/Makefile
index 652f8504e20b..3d2c6f3b582b 100644
--- a/devel/hs-vector/Makefile
+++ b/devel/hs-vector/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vector
-PORTVERSION= 0.7.1
+PORTVERSION= 0.9.1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -16,7 +16,7 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= primitive>=0.3.1
+USE_CABAL= primitive>=0.4.0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>