mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
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: {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user