haskell-texmath: update to version 0.8.0.1

This commit is contained in:
Peter Simons 2014-12-24 13:51:37 +01:00
parent c1bb62af69
commit 4e33809757

View File

@ -1,16 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, mtl, pandocTypes, parsec, split, syb, temporary { cabal, filepath, mtl, networkUri, pandocTypes, parsec, split, syb
, text, utf8String, xml , temporary, text, utf8String, xml
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "texmath"; pname = "texmath";
version = "0.8"; version = "0.8.0.1";
sha256 = "1j0i9594fqhl2fzxyndyy6fvrpaqdarq817pxdar0hmccy55b7gb"; sha256 = "1k68spamhqwq4afcd0283w731gq0k6j6jxbp5099y6bndh8ff9cn";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ mtl pandocTypes parsec syb xml ]; buildDepends = [ mtl networkUri pandocTypes parsec syb xml ];
testDepends = [ filepath split temporary text utf8String xml ]; testDepends = [ filepath split temporary text utf8String xml ];
meta = { meta = {
homepage = "http://github.com/jgm/texmath"; homepage = "http://github.com/jgm/texmath";