mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 0.8.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
7b8d25b336
commit
7d3a26f1dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298249
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user