haskell-pandoc: updated to version 1.9.0.3
svn path=/nixpkgs/trunk/; revision=32074
This commit is contained in:
parent
efa830e5c4
commit
bb5f77cfaa
@ -1,19 +1,23 @@
|
|||||||
{ cabal, base64Bytestring, blazeHtml, citeprocHs
|
{ cabal, ansiTerminal, base64Bytestring, blazeHtml, citeprocHs
|
||||||
, extensibleExceptions, highlightingKate, HTTP, json, mtl, network
|
, Diff, extensibleExceptions, highlightingKate, HTTP, HUnit, json
|
||||||
, pandocTypes, parsec, random, syb, tagsoup, temporary, texmath
|
, mtl, network, pandocTypes, parsec, QuickCheck, random, syb
|
||||||
, time, utf8String, xml, zipArchive, zlib
|
, tagsoup, temporary, testFramework, testFrameworkHunit
|
||||||
|
, testFrameworkQuickcheck2, texmath, time, utf8String, xml
|
||||||
|
, zipArchive, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.9.0.2";
|
version = "1.9.0.3";
|
||||||
sha256 = "0p1haqya99r52k6c07zq89ifdjs1r5g1y44011114pwsxwkmv43f";
|
sha256 = "1p5054sdvvgl38rr0ajfavr79rwr2l8jdrpzai329ksskkh1acdp";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml citeprocHs extensibleExceptions
|
ansiTerminal base64Bytestring blazeHtml citeprocHs Diff
|
||||||
highlightingKate HTTP json mtl network pandocTypes parsec random
|
extensibleExceptions highlightingKate HTTP HUnit json mtl network
|
||||||
syb tagsoup temporary texmath time utf8String xml zipArchive zlib
|
pandocTypes parsec QuickCheck random syb tagsoup temporary
|
||||||
|
testFramework testFrameworkHunit testFrameworkQuickcheck2 texmath
|
||||||
|
time utf8String xml zipArchive zlib
|
||||||
];
|
];
|
||||||
configureFlags = "-fhighlighting -fthreaded";
|
configureFlags = "-fhighlighting -fthreaded";
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -1061,7 +1061,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
pathPieces_0_1_0 = callPackage ../development/libraries/haskell/path-pieces/0.1.0.nix {};
|
pathPieces_0_1_0 = callPackage ../development/libraries/haskell/path-pieces/0.1.0.nix {};
|
||||||
pathPieces = self.pathPieces_0_1_0;
|
pathPieces = self.pathPieces_0_1_0;
|
||||||
|
|
||||||
pandoc = callPackage ../development/libraries/haskell/pandoc {};
|
pandoc = callPackage ../development/libraries/haskell/pandoc {
|
||||||
|
testFramework = self.testFramework_0_4_2_2;
|
||||||
|
};
|
||||||
|
|
||||||
pandocTypes = callPackage ../development/libraries/haskell/pandoc-types {};
|
pandocTypes = callPackage ../development/libraries/haskell/pandoc-types {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user