2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-08-26 01:37:12 -07:00
|
|
|
{ cabal, pandocTypes, parsec, syb, xml }:
|
2010-04-15 14:10:06 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 14:10:06 -07:00
|
|
|
pname = "texmath";
|
2014-06-05 02:04:04 -07:00
|
|
|
version = "0.6.6.3";
|
|
|
|
sha256 = "1sly6acnb4299wd8380fkgnb7lzjrwml5lljyv73si84b3v0bnw2";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2013-08-26 01:37:12 -07:00
|
|
|
buildDepends = [ pandocTypes parsec syb xml ];
|
2010-04-15 14:10:06 -07:00
|
|
|
meta = {
|
2011-08-09 16:00:20 -07:00
|
|
|
homepage = "http://github.com/jgm/texmath";
|
2012-02-06 06:27:57 -08:00
|
|
|
description = "Conversion of LaTeX math formulas to MathML or OMML";
|
2010-04-15 14:10:06 -07:00
|
|
|
license = "GPL";
|
2011-08-09 16:00:20 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 14:10:06 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|