haskell-force-layout: add version 0.2

This commit is contained in:
Peter Simons 2012-12-12 11:39:51 +01:00
parent 72a16af4b3
commit 75173b144f
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ cabal, lens, newtype, vectorSpace, vectorSpacePoints }:
cabal.mkDerivation (self: {
pname = "force-layout";
version = "0.2";
sha256 = "0aif7a28qs8ya7q9sklp02gb5228jyj8k4jabbp2sia7j4khrkpv";
buildDepends = [ lens newtype vectorSpace vectorSpacePoints ];
meta = {
description = "Simple force-directed layout";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -799,6 +799,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
fingertree = callPackage ../development/libraries/haskell/fingertree {};
forceLayout = callPackage ../development/libraries/haskell/force-layout {};
fsnotify = callPackage ../development/libraries/haskell/fsnotify {};
gamma = callPackage ../development/libraries/haskell/gamma {};