summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskintex/default.nix
blob: 776d5198bc74f46f856d06f40c673bdbc303c2e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.0";
  sha256 = "1ixb8lwgk2bkm36c173x8y2a14ylax5bdrqw4blxm4qia7xidc5i";
  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;
  };
})