haskell-force-layout: update to version 0.3
This commit is contained in:
parent
d91b03e9a8
commit
75b08cc830
@ -1,10 +1,12 @@
|
|||||||
{ cabal, lens, newtype, vectorSpace, vectorSpacePoints }:
|
{ cabal, dataDefaultClass, lens, vectorSpace, vectorSpacePoints }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "force-layout";
|
pname = "force-layout";
|
||||||
version = "0.2.0.1";
|
version = "0.3";
|
||||||
sha256 = "1fvkfgjwsh0cr6ay4djxc8wg0vqfw2vcq3clqjz0zi8zyyjpv8rx";
|
sha256 = "1v4jgh08ppvfxc8w13wc9iiwk5hh2q9n7m5xb9vl59bmxdx81kai";
|
||||||
buildDepends = [ lens newtype vectorSpace vectorSpacePoints ];
|
buildDepends = [
|
||||||
|
dataDefaultClass lens vectorSpace vectorSpacePoints
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple force-directed layout";
|
description = "Simple force-directed layout";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user