haskell-HaTeX: add version 3.13.1.0

This commit is contained in:
Peter Simons 2014-08-08 16:07:52 +02:00
parent 5c8765d662
commit 86418382d5
2 changed files with 23 additions and 0 deletions

View 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;
};
})

View file

@ -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 {};