summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-19 20:43:28 +0200
committerPeter Simons <simons@cryp.to>2014-08-19 23:47:59 +0200
commit42c7a11d4be7d63e8c533355db086cc45a1dca8b (patch)
tree1c01444affc23a790087123c8c7a2f6af241af6f /pkgs
parent3fad02dab8be74ad61141f74c330ed7715d7d3f8 (diff)
haskell-pandoc: update to version 1.13.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/pandoc/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/pandoc/default.nix b/pkgs/development/libraries/haskell/pandoc/default.nix
index 472bc58c1ae50..1b2571563c387 100644
--- a/pkgs/development/libraries/haskell/pandoc/default.nix
+++ b/pkgs/development/libraries/haskell/pandoc/default.nix
@@ -7,14 +7,14 @@
 , httpTypes, HUnit, JuicyPixels, mtl, network, pandocTypes, parsec
 , QuickCheck, random, scientific, SHA, syb, tagsoup, temporary
 , testFramework, testFrameworkHunit, testFrameworkQuickcheck2
-, texmath, text, time, unorderedContainers, vector, xml, yaml
-, zipArchive, zlib
+, texmath, text, time, unorderedContainers, vector, wai, waiExtra
+, xml, yaml, zipArchive, zlib
 }:
 
 cabal.mkDerivation (self: {
   pname = "pandoc";
-  version = "1.13";
-  sha256 = "09zmh7yvasxybcr4rnnqf9bx8njhi8hwgzsik6db691j5j5yxg6l";
+  version = "1.13.0.1";
+  sha256 = "0pjyxsr93gv0vrdxlr5i0c56mg6rf21qxf1141cb8l0hl0b416d6";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
@@ -23,7 +23,7 @@ cabal.mkDerivation (self: {
     haddockLibrary happy highlightingKate hslua HTTP httpClient
     httpClientTls httpTypes JuicyPixels mtl network pandocTypes parsec
     random scientific SHA syb tagsoup temporary texmath text time
-    unorderedContainers vector xml yaml zipArchive zlib
+    unorderedContainers vector wai waiExtra xml yaml zipArchive zlib
   ];
   testDepends = [
     ansiTerminal Diff executablePath filepath highlightingKate HUnit