nixpkgs/pkgs/development/libraries/haskell/HaTeX/default.nix

22 lines
663 B
Nix
Raw Normal View History

2014-08-08 15:07:52 +01:00
# 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.16.0.0";
sha256 = "16b3aaaahsy153dfii2lc1672kkm6i9mch5hmyf9229b17hhh5pa";
2014-08-08 15:07:52 +01:00
buildDepends = [
matrix parsec QuickCheck text transformers wlPprintExtras
];
testDepends = [ QuickCheck tasty tastyQuickcheck text ];
2014-08-08 15:07:52 +01:00
meta = {
homepage = "http://wrongurl.net/haskell/HaTeX";
2014-08-08 15:07:52 +01:00
description = "The Haskell LaTeX library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})