mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-HaTeX: add version 3.13.1.0
This commit is contained in:
parent
5c8765d662
commit
86418382d5
2 changed files with 23 additions and 0 deletions
21
pkgs/development/libraries/haskell/HaTeX/default.nix
Normal file
21
pkgs/development/libraries/haskell/HaTeX/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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;
|
||||
};
|
||||
})
|
|
@ -1062,6 +1062,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
hasteCompiler = callPackage ../development/libraries/haskell/haste-compiler {};
|
||||
|
||||
HaTeX = callPackage ../development/libraries/haskell/HaTeX {};
|
||||
|
||||
hcltest = callPackage ../development/libraries/haskell/hcltest {};
|
||||
|
||||
hedis = callPackage ../development/libraries/haskell/hedis {};
|
||||
|
|
Loading…
Reference in a new issue