tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-texmath: update to version 0.6.4
Peter Simons
12 years ago
527b448a
741daef7
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
texmath
default.nix
+4
-4
pkgs/development/libraries/haskell/texmath/default.nix
···
1
1
-
{ cabal, parsec, syb, xml }:
1
1
+
{ cabal, pandocTypes, parsec, syb, xml }:
2
2
3
3
cabal.mkDerivation (self: {
4
4
pname = "texmath";
5
5
-
version = "0.6.3";
6
6
-
sha256 = "1ajza3p4rj318l03rffscqs6rbk635drmdciv7hhl4nljc4qmnpz";
5
5
+
version = "0.6.4";
6
6
+
sha256 = "090xqs14ap3c6pljqzyva46phxb1lhqayi4g098f6d77d1ygvshf";
7
7
isLibrary = true;
8
8
isExecutable = true;
9
9
-
buildDepends = [ parsec syb xml ];
9
9
+
buildDepends = [ pandocTypes parsec syb xml ];
10
10
meta = {
11
11
homepage = "http://github.com/jgm/texmath";
12
12
description = "Conversion of LaTeX math formulas to MathML or OMML";