haskell-texmath: update to version 0.6.4

+4 -4
+4 -4
pkgs/development/libraries/haskell/texmath/default.nix
··· 1 - { cabal, parsec, syb, xml }: 1 + { cabal, pandocTypes, parsec, syb, xml }: 2 2 3 3 cabal.mkDerivation (self: { 4 4 pname = "texmath"; 5 - version = "0.6.3"; 6 - sha256 = "1ajza3p4rj318l03rffscqs6rbk635drmdciv7hhl4nljc4qmnpz"; 5 + version = "0.6.4"; 6 + sha256 = "090xqs14ap3c6pljqzyva46phxb1lhqayi4g098f6d77d1ygvshf"; 7 7 isLibrary = true; 8 8 isExecutable = true; 9 - buildDepends = [ parsec syb xml ]; 9 + buildDepends = [ pandocTypes parsec syb xml ]; 10 10 meta = { 11 11 homepage = "http://github.com/jgm/texmath"; 12 12 description = "Conversion of LaTeX math formulas to MathML or OMML";