mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
haskell-dotgen: updated to version 0.4.1
svn path=/nixpkgs/trunk/; revision=28323
This commit is contained in:
parent
517521e507
commit
2aabd7b12b
|
@ -2,10 +2,12 @@
|
|||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "dotgen";
|
||||
version = "0.3";
|
||||
sha256 = "1c486ffa782c4a46e66df12f5acf776a808b654d96fe0d0071d5c41111b1b7ed";
|
||||
version = "0.4.1";
|
||||
sha256 = "1g5ds0mqkz0lzhcp42hin08azschs3p083ikdk4d5jil8rzl7d8k";
|
||||
meta = {
|
||||
description = "A simple interface for building .dot graph files";
|
||||
description = "A simple interface for building .dot graph files.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue