diff options
Diffstat (limited to 'devel/hs-hashtables/Makefile')
-rw-r--r-- | devel/hs-hashtables/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile index b100272b2bdf..25d51f8cada5 100644 --- a/devel/hs-hashtables/Makefile +++ b/devel/hs-hashtables/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-hashtables -# Date created: December 2, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= hashtables -PORTVERSION= 1.0.1.6 -PORTREVISION= 1 +PORTVERSION= 1.0.1.8 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +11,7 @@ LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= hashable>=1.1 primitive vector>=0.7 +USE_CABAL= hashable>=1.1 primitive>=0.4 vector>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |