diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /math/hs-vector-space | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'math/hs-vector-space')
-rw-r--r-- | math/hs-vector-space/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index 14f81263fc53..2d642362bcde 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -3,14 +3,13 @@ PORTNAME= vector-space PORTVERSION= 0.8.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Vector & affine spaces, linear maps, and derivatives LICENSE= BSD -FILE_LICENSE= COPYING USE_CABAL= Boolean>=0.1.0 MemoTrie>=0.5 NumInstances>=1.0 |