From 562f4253d12b97fe8af63b6b0e1d861a8f347625 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 20 Oct 2013 16:06:39 +0200 Subject: haskell-pandoc-citeproc: update to version 0.1.2.1 --- pkgs/development/libraries/haskell/pandoc-citeproc/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix index 4960e16202ec..dd400ef550d1 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix @@ -6,8 +6,8 @@ cabal.mkDerivation (self: { pname = "pandoc-citeproc"; - version = "0.1.2"; - sha256 = "055msvrcqjkijkhzws48scpc4z90g0qjjsdcd0fhy309da6vax57"; + version = "0.1.2.1"; + sha256 = "13i4shpbd9swbsrpmkpb7jx79m12z12m9f3x167fs78509dak3iv"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -15,7 +15,9 @@ cabal.mkDerivation (self: { pandoc pandocTypes parsec rfc5051 split syb tagsoup texmath text time utf8String vector yaml ]; - testDepends = [ aeson aesonPretty Diff pandoc pandocTypes ]; + testDepends = [ + aeson aesonPretty Diff filepath pandoc pandocTypes yaml + ]; doCheck = false; meta = { description = "Supports using pandoc with citeproc"; -- cgit 1.4.1