lhs2tex: Add to top-level

the `lhs2tex` tool is a “commonly” used tool in academia to typeset
certain papers, and it would be prudent to have it available outside the
`haskellPackages` namespace, and also made available on the caches.

Also added to release-haskell.nix, and made myself the maintainer.
This commit is contained in:
Joachim Breitner
2022-05-12 18:03:40 +02:00
committed by sternenseemann
parent 7ab6a92aa8
commit ad6a0e8a63
4 changed files with 5 additions and 0 deletions
@@ -289,6 +289,7 @@ package-maintainers:
- candid
- leb128-cereal
- tasty-expected-failure
- lhs2tex
pacien:
- ldgallery-compiler
peti:
+1
View File
@@ -169570,6 +169570,7 @@ self: {
];
description = "Preprocessor for typesetting Haskell sources with LaTeX";
license = "GPL";
maintainers = with lib.maintainers; [ nomeata ];
}) {};
"lhslatex" = callPackage
+2
View File
@@ -13021,6 +13021,8 @@ with pkgs;
stylish-cabal = haskell.lib.compose.justStaticExecutables haskellPackages.stylish-cabal;
lhs2tex = haskellPackages.lhs2tex;
all-cabal-hashes = callPackage ../data/misc/hackage { };
purescript = callPackage ../development/compilers/purescript/purescript { };
+1
View File
@@ -203,6 +203,7 @@ let
koka
krank
lambdabot
lhs2tex
madlang
matterhorn
mueval