mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
22 lines
668 B
Nix
22 lines
668 B
Nix
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||
|
|
||
|
{ cabal, matrix, parsec, QuickCheck, tasty, tastyQuickcheck, text
|
||
|
, transformers, wlPprintExtras
|
||
|
}:
|
||
|
|
||
|
cabal.mkDerivation (self: {
|
||
|
pname = "HaTeX";
|
||
|
version = "3.13.1.0";
|
||
|
sha256 = "1ciifdb7yd79lvwdcxj8dq98dfmm9pg25rx9rc2wjn2jnp8j85r7";
|
||
|
buildDepends = [
|
||
|
matrix parsec QuickCheck text transformers wlPprintExtras
|
||
|
];
|
||
|
testDepends = [ QuickCheck tasty tastyQuickcheck ];
|
||
|
meta = {
|
||
|
homepage = "http://daniel-diaz.github.io/projects/hatex";
|
||
|
description = "The Haskell LaTeX library";
|
||
|
license = self.stdenv.lib.licenses.bsd3;
|
||
|
platforms = self.ghc.meta.platforms;
|
||
|
};
|
||
|
})
|