haskell-packages.nix: added old 1.6 version of pandoc, which is required by Graphalyze
svn path=/nixpkgs/trunk/; revision=28309
This commit is contained in:
18
pkgs/development/libraries/haskell/pandoc/1.6.0.1.nix
Normal file
18
pkgs/development/libraries/haskell/pandoc/1.6.0.1.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{cabal, HTTP, mtl, network, parsec, syb, texmath, utf8String,
|
||||
xhtml, xml, zipArchive} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "pandoc";
|
||||
version = "1.6.0.1";
|
||||
sha256 = "1imi6xkqzdy9y8kab04x8pn11r55j699apwrqvcz99j6f5g7xs9x";
|
||||
propagatedBuildInputs = [
|
||||
HTTP mtl network parsec syb texmath utf8String xhtml xml zipArchive
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://johnmacfarlane.net/pandoc";
|
||||
description = "Conversion between markup formats";
|
||||
license = "GPL";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user