diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:18:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:18:32 +0800 |
commit | 7d74ae148fa84667b05f4edf6109f5f26a8fdd3d (patch) | |
tree | 23c9d326c1e46c625999cd7d05e505fe9cfdde30 /math | |
parent | fa5e5fd532fb99f14bec6d31765a7aab54e81de2 (diff) | |
download | freebsd-ports-gnome-7d74ae148fa84667b05f4edf6109f5f26a8fdd3d.tar.gz freebsd-ports-gnome-7d74ae148fa84667b05f4edf6109f5f26a8fdd3d.tar.zst freebsd-ports-gnome-7d74ae148fa84667b05f4edf6109f5f26a8fdd3d.zip |
- Update to 0.8.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-vector-space/Makefile | 4 | ||||
-rw-r--r-- | math/hs-vector-space/distinfo | 4 | ||||
-rw-r--r-- | math/hs-vector-space/pkg-descr | 2 |
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 |