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