diff options
author | pgj <pgj@FreeBSD.org> | 2010-06-08 20:34:26 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-06-08 20:34:26 +0800 |
commit | 56266c45142799d81e2f18cdcae64b3eab72f0c0 (patch) | |
tree | 0ac5a7da979c49fa2251702f06f3bce7bb2a9c04 /math/hs-vector-space | |
parent | de4214bbb2d57b1d29730731aa93c8449f6a7c91 (diff) | |
download | freebsd-ports-gnome-56266c45142799d81e2f18cdcae64b3eab72f0c0.tar.gz freebsd-ports-gnome-56266c45142799d81e2f18cdcae64b3eab72f0c0.tar.zst freebsd-ports-gnome-56266c45142799d81e2f18cdcae64b3eab72f0c0.zip |
- Update to 0.7.1
Diffstat (limited to 'math/hs-vector-space')
-rw-r--r-- | math/hs-vector-space/Makefile | 4 | ||||
-rw-r--r-- | math/hs-vector-space/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile index 732905f28e43..64189cdd9f27 100644 --- a/math/hs-vector-space/Makefile +++ b/math/hs-vector-space/Makefile @@ -6,13 +6,13 @@ # PORTNAME= vector-space -PORTVERSION= 0.5.7 +PORTVERSION= 0.7.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Vector & affine spaces, linear maps, and derivatives in Haskell -USE_HACKAGE= MemoTrie>=0.4.2 +USE_HACKAGE= Boolean>=0.0.1 MemoTrie>=0.4.2 .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 b9087fab3797..e68f0e4345cd 100644 --- a/math/hs-vector-space/distinfo +++ b/math/hs-vector-space/distinfo @@ -1,3 +1,3 @@ -MD5 (vector-space-0.5.7.tar.gz) = 15f6e4a4653569779049488127044225 -SHA256 (vector-space-0.5.7.tar.gz) = c7f6e9468b4c9667bbac0b7470264d32d9e1f6e0afdc975d066c350f778f0a13 -SIZE (vector-space-0.5.7.tar.gz) = 16124 +MD5 (vector-space-0.7.1.tar.gz) = 0daec49f3bbfdfbe46615b8c7b29c3b4 +SHA256 (vector-space-0.7.1.tar.gz) = 0e2d3d5f435b2766971c8be112e5e8e9ff5d78b43417d83d8e98ff082c284d61 +SIZE (vector-space-0.7.1.tar.gz) = 17017 |