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.
main
Joachim Breitner 2 years ago committed by sternenseemann
parent 7ab6a92aa8
commit ad6a0e8a63
  1. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
  2. 1
      pkgs/development/haskell-modules/hackage-packages.nix
  3. 2
      pkgs/top-level/all-packages.nix
  4. 1
      pkgs/top-level/release-haskell.nix

@ -289,6 +289,7 @@ package-maintainers:
- candid
- leb128-cereal
- tasty-expected-failure
- lhs2tex
pacien:
- ldgallery-compiler
peti:

@ -169570,6 +169570,7 @@ self: {
];
description = "Preprocessor for typesetting Haskell sources with LaTeX";
license = "GPL";
maintainers = with lib.maintainers; [ nomeata ];
}) {};
"lhslatex" = callPackage

@ -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 { };

@ -203,6 +203,7 @@ let
koka
krank
lambdabot
lhs2tex
madlang
matterhorn
mueval

Loading…
Cancel
Save