haskell-haskintex: add version 0.5.0.0
This commit is contained in:
parent
86418382d5
commit
45b9b6f2cf
22
pkgs/development/libraries/haskell/haskintex/default.nix
Normal file
22
pkgs/development/libraries/haskell/haskintex/default.nix
Normal 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;
|
||||||
|
};
|
||||||
|
})
|
@ -1056,6 +1056,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
haskellTokenUtils = callPackage ../development/libraries/haskell/haskell-token-utils {};
|
haskellTokenUtils = callPackage ../development/libraries/haskell/haskell-token-utils {};
|
||||||
|
|
||||||
|
haskintex = callPackage ../development/libraries/haskell/haskintex {};
|
||||||
|
|
||||||
haskore = callPackage ../development/libraries/haskell/haskore {};
|
haskore = callPackage ../development/libraries/haskell/haskore {};
|
||||||
|
|
||||||
hastache = callPackage ../development/libraries/haskell/hastache {};
|
hastache = callPackage ../development/libraries/haskell/hastache {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user