diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:15:07 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:15:07 +0800 |
commit | 2923da94f7ae8e5742ecb758e3736bcd6dd1abcc (patch) | |
tree | c9deee144a302a6cdedd14e297fbaf60c11cd7bb /math | |
parent | 28694590e35e6c31a080328c2c42b9929b56e1be (diff) | |
download | freebsd-ports-gnome-2923da94f7ae8e5742ecb758e3736bcd6dd1abcc.tar.gz freebsd-ports-gnome-2923da94f7ae8e5742ecb758e3736bcd6dd1abcc.tar.zst freebsd-ports-gnome-2923da94f7ae8e5742ecb758e3736bcd6dd1abcc.zip |
- Update to 0.8.0
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 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index d85de7ebe719..7a000fc5c04c 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vector-space -PORTVERSION= 0.7.3 +PORTVERSION= 0.8.0 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 +USE_CABAL= Boolean>=0.0.1 MemoTrie>=0.4.2 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 9e9a6dd82f80..71d620597a0e 100644 --- a/math/hs-vector-space/distinfo +++ b/math/hs-vector-space/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/vector-space-0.7.3.tar.gz) = dd05ecee5f67512ef0237bf61a3e9fd8034b0af4e94696784462b01b68859f02 -SIZE (cabal/vector-space-0.7.3.tar.gz) = 13940 +SHA256 (cabal/vector-space-0.8.0.tar.gz) = 0f7c15a1c91929f6e00087a393c3ef1b2ef1972a5555949d4715252db8bea8f1 +SIZE (cabal/vector-space-0.8.0.tar.gz) = 13395 |