haskell-vector-space-points: update to version 0.2
This commit is contained in:
parent
d944d6a7f1
commit
aee9e450ed
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ cabal, newtype, vectorSpace }:
|
||||
{ cabal, vectorSpace }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vector-space-points";
|
||||
version = "0.1.3";
|
||||
sha256 = "0bk2zrccf5bxh14dzhhv89mr755j801ziqyxgv69ksdyxh8hx2qg";
|
||||
buildDepends = [ newtype vectorSpace ];
|
||||
version = "0.2";
|
||||
sha256 = "05wczgvcqwqhcr4v0md4x5vybq6ns8rk6459yqyrc96kaig0sf2i";
|
||||
buildDepends = [ vectorSpace ];
|
||||
meta = {
|
||||
description = "A type for points, as distinct from vectors";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue