haskell-vector-space-points: update to version 0.1.2.0

This commit is contained in:
Peter Simons 2012-09-24 12:06:09 +02:00
parent f548355ce8
commit 56c3274d20

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "vector-space-points";
version = "0.1.1.1";
sha256 = "08lar9ydni87w79y86xk2blddsgx5n6gwz3262w8z32dgy9lrmwx";
version = "0.1.2.0";
sha256 = "19azl6g14rsxs0qbik6x637qw9jv4xl01w65xd0xh7833mypmj6d";
buildDepends = [ newtype vectorSpace ];
meta = {
description = "A type for points, as distinct from vectors";