diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /devel/hs-vector-algorithms/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-vector-algorithms/Makefile')
-rw-r--r-- | devel/hs-vector-algorithms/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-vector-algorithms/Makefile b/devel/hs-vector-algorithms/Makefile index 1713322bb2e5..ae5b91852748 100644 --- a/devel/hs-vector-algorithms/Makefile +++ b/devel/hs-vector-algorithms/Makefile @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= vector-algorithms -PORTVERSION= 0.5.4.2 -PORTREVISION= 6 +PORTVERSION= 0.6.0.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Efficient algorithms for vector arrays -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= primitive>=0.3 vector>=0.6 +USE_CABAL= mtl mwc-random primitive>=0.3 vector>=0.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |