haskell-texmath: update to version 0.8

This commit is contained in:
Peter Simons 2014-08-16 17:27:22 +02:00
parent 15919f23b9
commit e6628b04e6

View file

@ -1,17 +1,20 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, pandocTypes, parsec, syb, xml }:
{ cabal, filepath, mtl, pandocTypes, parsec, split, syb, temporary
, text, utf8String, xml
}:
cabal.mkDerivation (self: {
pname = "texmath";
version = "0.6.6.3";
sha256 = "1sly6acnb4299wd8380fkgnb7lzjrwml5lljyv73si84b3v0bnw2";
version = "0.8";
sha256 = "1j0i9594fqhl2fzxyndyy6fvrpaqdarq817pxdar0hmccy55b7gb";
isLibrary = true;
isExecutable = true;
buildDepends = [ pandocTypes parsec syb xml ];
buildDepends = [ mtl pandocTypes parsec syb xml ];
testDepends = [ filepath split temporary text utf8String xml ];
meta = {
homepage = "http://github.com/jgm/texmath";
description = "Conversion of LaTeX math formulas to MathML or OMML";
description = "Conversion between formats used to represent mathematics";
license = "GPL";
platforms = self.ghc.meta.platforms;
};