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";
|
2015-01-01 19:54:15 +00:00
|
|
|
version = "3.16.0.0";
|
|
|
|
sha256 = "16b3aaaahsy153dfii2lc1672kkm6i9mch5hmyf9229b17hhh5pa";
|
2014-08-08 15:07:52 +01:00
|
|
|
buildDepends = [
|
|
|
|
matrix parsec QuickCheck text transformers wlPprintExtras
|
|
|
|
];
|
2014-10-14 22:11:14 +01:00
|
|
|
testDepends = [ QuickCheck tasty tastyQuickcheck text ];
|
2014-08-08 15:07:52 +01:00
|
|
|
meta = {
|
2014-11-06 13:29:54 +00:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|