pandoc-types: updated to version 1.8.2
svn path=/nixpkgs/trunk/; revision=28233
This commit is contained in:
parent
626dbcd104
commit
332e97cc9d
@ -1,11 +1,15 @@
|
|||||||
{cabal, syb}:
|
{cabal, syb} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "pandoc-types";
|
pname = "pandoc-types";
|
||||||
version = "1.8";
|
version = "1.8.2";
|
||||||
sha256 = "1ikr1dmmdag31hgcswrnhzqacv4kl7z6dc8za2cjdq0cpd2mla98";
|
sha256 = "04whkqld2pnfz25i9rcq7d4pi9zkn6c1rpz95vdlg9r5xkhhnn3a";
|
||||||
propagatedBuildInputs = [syb];
|
propagatedBuildInputs = [ syb ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://johnmacfarlane.net/pandoc";
|
||||||
description = "Types for representing a structured document";
|
description = "Types for representing a structured document";
|
||||||
|
license = "GPL";
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user