haskell-mpppc: updated to version 0.1.2
svn path=/nixpkgs/trunk/; revision=28346
This commit is contained in:
parent
84fef0f665
commit
cebb321c48
@ -1,12 +1,14 @@
|
|||||||
{cabal, ansiTerminal, split, text}:
|
{cabal, ansiTerminal, split, text} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "mpppc";
|
pname = "mpppc";
|
||||||
version = "0.1.0";
|
version = "0.1.2";
|
||||||
sha256 = "73796138cc10df77217568d59fb999567436bedefaa8579ed6648c6cfb841c86";
|
sha256 = "1zms71wx5a6rd60xy1pv6g1kxlx0hzh36pbr5a5lkfflc583z1k5";
|
||||||
propagatedBuildInputs = [ansiTerminal split text];
|
propagatedBuildInputs = [ ansiTerminal split text ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Multi-dimensional parametric pretty-printer with color";
|
description = "Multi-dimensional parametric pretty-printer with color";
|
||||||
|
license = "GPL";
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user