aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:18:32 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:18:32 +0000
commit7d3a26f1dd0496d0fee7ebf782c68fe5b68c8f9f (patch)
treef4e361a3f4b4c103f88466106e77823ff7312045
parent7b8d25b3361afe0e1c42ab46daa98ea2ad6fdb2d (diff)
Notes
-rw-r--r--math/hs-vector-space/Makefile4
-rw-r--r--math/hs-vector-space/distinfo4
-rw-r--r--math/hs-vector-space/pkg-descr2
3 files changed, 5 insertions, 5 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile
index 7a000fc5c04c..f315277c95f4 100644
--- a/math/hs-vector-space/Makefile
+++ b/math/hs-vector-space/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vector-space
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,7 +15,7 @@ COMMENT= Vector & affine spaces, linear maps, and derivatives in Haskell
LICENSE= BSD
FILE_LICENSE= COPYING
-USE_CABAL= Boolean>=0.0.1 MemoTrie>=0.4.2 NumInstances>=1.0
+USE_CABAL= Boolean>=0.0.1 MemoTrie>=0.5 NumInstances>=1.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/math/hs-vector-space/distinfo b/math/hs-vector-space/distinfo
index 71d620597a0e..ef717efadd51 100644
--- a/math/hs-vector-space/distinfo
+++ b/math/hs-vector-space/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/vector-space-0.8.0.tar.gz) = 0f7c15a1c91929f6e00087a393c3ef1b2ef1972a5555949d4715252db8bea8f1
-SIZE (cabal/vector-space-0.8.0.tar.gz) = 13395
+SHA256 (cabal/vector-space-0.8.1.tar.gz) = e597025d2687989181840455dc420c92b9d834170439d8a12da8e0140d890b4e
+SIZE (cabal/vector-space-0.8.1.tar.gz) = 13407
diff --git a/math/hs-vector-space/pkg-descr b/math/hs-vector-space/pkg-descr
index d15547dd2b7e..f7294fd2fb9d 100644
--- a/math/hs-vector-space/pkg-descr
+++ b/math/hs-vector-space/pkg-descr
@@ -4,4 +4,4 @@ of generalized derivatives. A generalized derivative is a linear
transformation rather than one of the common concrete representations
(scalars, vectors, matrices, etc).
-WWW: http://haskell.org/haskellwiki/vector-space
+WWW: http://haskell.org/haskellwiki/vector-space