3
0
Fork 0
forked from mirrors/nixpkgs

haskell-haskintex: add version 0.5.0.0

This commit is contained in:
Peter Simons 2014-08-08 16:08:04 +02:00
parent 86418382d5
commit 45b9b6f2cf
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,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;
};
})

View file

@ -1056,6 +1056,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
haskellTokenUtils = callPackage ../development/libraries/haskell/haskell-token-utils {};
haskintex = callPackage ../development/libraries/haskell/haskintex {};
haskore = callPackage ../development/libraries/haskell/haskore {};
hastache = callPackage ../development/libraries/haskell/hastache {};