23 lines
674 B
Nix
23 lines
674 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, filepath, haskellSrcExts, HaTeX, hint, parsec
|
|
, text, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "haskintex";
|
|
version = "0.5.0.2";
|
|
sha256 = "1qfqslr8pxks3qmfarmscgvc0q8zn72prqyk5xhmfvkf6q35pmfn";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
binary filepath haskellSrcExts HaTeX hint parsec text transformers
|
|
];
|
|
meta = {
|
|
homepage = "http://daniel-diaz.github.io/projects/haskintex";
|
|
description = "Haskell Evaluation inside of LaTeX code";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|