From d40a53703820ca0b7384ad16a8937e998f0fd57b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 11 Jan 2014 12:08:26 +0100 Subject: [PATCH] haskell-pandoc: update to version 1.12.3 --- .../libraries/haskell/pandoc/default.nix | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pkgs/development/libraries/haskell/pandoc/default.nix b/pkgs/development/libraries/haskell/pandoc/default.nix index b42fc3633f0..6d30e638fcb 100644 --- a/pkgs/development/libraries/haskell/pandoc/default.nix +++ b/pkgs/development/libraries/haskell/pandoc/default.nix @@ -1,20 +1,21 @@ { cabal, aeson, alex, ansiTerminal, attoparsec, base64Bytestring -, blazeHtml, blazeMarkup, dataDefault, Diff, extensibleExceptions -, filepath, happy, highlightingKate, hslua, HTTP, httpConduit -, httpTypes, HUnit, mtl, network, pandocTypes, parsec, QuickCheck -, random, syb, tagsoup, temporary, testFramework -, testFrameworkHunit, testFrameworkQuickcheck2, texmath, text, time -, unorderedContainers, vector, xml, yaml, zipArchive, zlib +, binary, blazeHtml, blazeMarkup, dataDefault, Diff +, extensibleExceptions, filepath, happy, highlightingKate, hslua +, HTTP, httpConduit, httpTypes, HUnit, mtl, network, pandocTypes +, parsec, QuickCheck, random, syb, tagsoup, temporary +, testFramework, testFrameworkHunit, testFrameworkQuickcheck2 +, texmath, text, time, unorderedContainers, vector, xml, yaml +, zipArchive, zlib }: cabal.mkDerivation (self: { pname = "pandoc"; - version = "1.12.2.1"; - sha256 = "1xyvhfsz0cy5f7cwpz4kl0l87vylb8860c06wvk49z9fh2xkg6lf"; + version = "1.12.3"; + sha256 = "007pcb93s1frcyx3x4shcb6bynysy7g0hvrqlxs4991a7jp360bl"; isLibrary = true; isExecutable = true; buildDepends = [ - aeson alex attoparsec base64Bytestring blazeHtml blazeMarkup + aeson alex attoparsec base64Bytestring binary blazeHtml blazeMarkup dataDefault extensibleExceptions filepath happy highlightingKate hslua HTTP httpConduit httpTypes mtl network pandocTypes parsec random syb tagsoup temporary texmath text time unorderedContainers