haskell-HaTeX: update to version 3.14.0.0

This commit is contained in:
Peter Simons 2014-10-14 23:11:14 +02:00
parent 8f8ad903e2
commit 9f408486fc

View File

@ -6,12 +6,12 @@
cabal.mkDerivation (self: {
pname = "HaTeX";
version = "3.13.1.0";
sha256 = "1ciifdb7yd79lvwdcxj8dq98dfmm9pg25rx9rc2wjn2jnp8j85r7";
version = "3.14.0.0";
sha256 = "0vbwhj031ny2vkp5hjxihlmpxaqy1far2nmxfzl1bv6rx0sqfjbg";
buildDepends = [
matrix parsec QuickCheck text transformers wlPprintExtras
];
testDepends = [ QuickCheck tasty tastyQuickcheck ];
testDepends = [ QuickCheck tasty tastyQuickcheck text ];
meta = {
homepage = "http://daniel-diaz.github.io/projects/hatex";
description = "The Haskell LaTeX library";