diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix index 2c477687096..4ae06d59724 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix @@ -1,13 +1,13 @@ { cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat -, hsBibutils, HTTP, json, mtl, network, pandocTypes, parsec +, hsBibutils, HTTP, json, mtl, network, pandoc, pandocTypes, parsec , rfc5051, syb, tagsoup, texmath, text, time, utf8String, vector , yaml }: cabal.mkDerivation (self: { pname = "pandoc-citeproc"; - version = "0.1.1.1"; - sha256 = "07h277cz5wzc2dsfqfh9lasz7ypb4pspvqljs9maj6lx5rkk5fq1"; + version = "0.1.1.2"; + sha256 = "02bs9wb3x1p9fs4kixchmvyyrhrkmx0qkwv22qmy4gsp90sc8q8i"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -15,7 +15,7 @@ cabal.mkDerivation (self: { pandocTypes parsec rfc5051 syb tagsoup texmath text time utf8String vector yaml ]; - testDepends = [ aeson aesonPretty Diff pandocTypes utf8String ]; + testDepends = [ aeson aesonPretty Diff pandoc pandocTypes ]; doCheck = false; meta = { description = "Supports using pandoc with citeproc";