diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-06-08 12:34:26 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-06-08 12:34:26 +0000 |
commit | 1f165d4a2fe9618894ca901229dcf71946243f55 (patch) | |
tree | 47fc664ee8a1d6fad9b1650f7aca248224aa703b /math/hs-vector-space/Makefile | |
parent | f25605eccbf09e5350cda90fe193deeae509d468 (diff) | |
download | ports-1f165d4a2fe9618894ca901229dcf71946243f55.tar.gz ports-1f165d4a2fe9618894ca901229dcf71946243f55.zip |
Notes
Diffstat (limited to 'math/hs-vector-space/Makefile')
-rw-r--r-- | math/hs-vector-space/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index 732905f28e43..64189cdd9f27 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -6,13 +6,13 @@ # PORTNAME= vector-space -PORTVERSION= 0.5.7 +PORTVERSION= 0.7.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Vector & affine spaces, linear maps, and derivatives in Haskell -USE_HACKAGE= MemoTrie>=0.4.2 +USE_HACKAGE= Boolean>=0.0.1 MemoTrie>=0.4.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |