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 : {
|
||||
pname = "pandoc-types";
|
||||
version = "1.8";
|
||||
sha256 = "1ikr1dmmdag31hgcswrnhzqacv4kl7z6dc8za2cjdq0cpd2mla98";
|
||||
propagatedBuildInputs = [syb];
|
||||
version = "1.8.2";
|
||||
sha256 = "04whkqld2pnfz25i9rcq7d4pi9zkn6c1rpz95vdlg9r5xkhhnn3a";
|
||||
propagatedBuildInputs = [ syb ];
|
||||
meta = {
|
||||
homepage = "http://johnmacfarlane.net/pandoc";
|
||||
description = "Types for representing a structured document";
|
||||
license = "GPL";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user