haskell-texmath: updated to version 0.6.0.1

svn path=/nixpkgs/trunk/; revision=32067
This commit is contained in:
Peter Simons 2012-02-06 14:27:57 +00:00
parent 9a2922dec5
commit 066cd10d99

View File

@ -2,14 +2,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "texmath"; pname = "texmath";
version = "0.5.0.4"; version = "0.6.0.1";
sha256 = "0wi7zix10p73hb8aiyq47d27k5hi0l0ba5p6h7kdbhia9xm5w5w5"; sha256 = "0q39a83g7kcj9qpnjg0v7pd0b4w9i090nl2s9v8lpv4n46z6cyaq";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ parsec syb xml ]; buildDepends = [ 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"; description = "Conversion of LaTeX math formulas to MathML or OMML";
license = "GPL"; license = "GPL";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ maintainers = [