haskell-texmath: update to version 0.6.4
This commit is contained in:
parent
741daef79b
commit
527b448ab9
@ -1,12 +1,12 @@
|
|||||||
{ cabal, parsec, syb, xml }:
|
{ cabal, pandocTypes, parsec, syb, xml }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "texmath";
|
pname = "texmath";
|
||||||
version = "0.6.3";
|
version = "0.6.4";
|
||||||
sha256 = "1ajza3p4rj318l03rffscqs6rbk635drmdciv7hhl4nljc4qmnpz";
|
sha256 = "090xqs14ap3c6pljqzyva46phxb1lhqayi4g098f6d77d1ygvshf";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ parsec syb xml ];
|
buildDepends = [ pandocTypes parsec syb xml ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/texmath";
|
homepage = "http://github.com/jgm/texmath";
|
||||||
description = "Conversion of LaTeX math formulas to MathML or OMML";
|
description = "Conversion of LaTeX math formulas to MathML or OMML";
|
||||||
|
Loading…
Reference in New Issue
Block a user