haskell-HaTeX: update to version 3.14.0.0
This commit is contained in:
parent
8f8ad903e2
commit
9f408486fc
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaTeX";
|
pname = "HaTeX";
|
||||||
version = "3.13.1.0";
|
version = "3.14.0.0";
|
||||||
sha256 = "1ciifdb7yd79lvwdcxj8dq98dfmm9pg25rx9rc2wjn2jnp8j85r7";
|
sha256 = "0vbwhj031ny2vkp5hjxihlmpxaqy1far2nmxfzl1bv6rx0sqfjbg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
matrix parsec QuickCheck text transformers wlPprintExtras
|
matrix parsec QuickCheck text transformers wlPprintExtras
|
||||||
];
|
];
|
||||||
testDepends = [ QuickCheck tasty tastyQuickcheck ];
|
testDepends = [ QuickCheck tasty tastyQuickcheck text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://daniel-diaz.github.io/projects/hatex";
|
homepage = "http://daniel-diaz.github.io/projects/hatex";
|
||||||
description = "The Haskell LaTeX library";
|
description = "The Haskell LaTeX library";
|
||||||
|
|
Loading…
Reference in New Issue