add haskell-tree-view-0.4

This commit is contained in:
Mathijs Kwik
2014-04-05 10:44:52 +02:00
parent cdc4c7039d
commit 773ce7aa32
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "tree-view";
version = "0.4";
sha256 = "0mzywp6nipc6zs98dy4ny2s3r9d745lqpjazfnj5y4hx8swyckgn";
buildDepends = [ mtl ];
meta = {
description = "Render trees as foldable HTML and Unicode art";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})