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 | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-vector-algorithms')
-rw-r--r-- | devel/hs-vector-algorithms/Makefile | 7 | ||||
-rw-r--r-- | devel/hs-vector-algorithms/distinfo | 4 |
2 files changed, 5 insertions, 6 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> diff --git a/devel/hs-vector-algorithms/distinfo b/devel/hs-vector-algorithms/distinfo index 0c9a0eadba09..b7feb69cb685 100644 --- a/devel/hs-vector-algorithms/distinfo +++ b/devel/hs-vector-algorithms/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/vector-algorithms-0.5.4.2.tar.gz) = c42c35dcf23cb60b874e50d6fec894463c835d6e2ef71d02283039f86635eb22 -SIZE (cabal/vector-algorithms-0.5.4.2.tar.gz) = 22938 +SHA256 (cabal/vector-algorithms-0.6.0.3.tar.gz) = c42eaddf416b37c7c281eadb3ce845aa628a5853e381beaa698aebe30359e4cf +SIZE (cabal/vector-algorithms-0.6.0.3.tar.gz) = 20273 |