haskellPackages: add artem as a maintainer of certain packages

This commit is contained in:
Artem Pelenitsyn 2024-10-21 20:53:31 -04:00
parent 2689f6d7dc
commit d50cc09605
2 changed files with 9 additions and 0 deletions

View File

@ -196,6 +196,11 @@ package-maintainers:
- hnix
- hnix-store-core
- hnix-store-remote
artem:
- BNFC-meta
- alex-meta
- happy-meta
- vector-hashtables
arturcygan:
- hevm
athas:

View File

@ -1369,6 +1369,7 @@ self: {
];
description = "Deriving Parsers and Quasi-Quoters from BNF Grammars";
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.artem ];
}) {};
"BPS" = callPackage
@ -28205,6 +28206,7 @@ self: {
libraryToolDepends = [ alex happy ];
description = "Quasi-quoter for Alex lexers";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.artem ];
}) {};
"alex-prelude" = callPackage
@ -138797,6 +138799,7 @@ self: {
libraryToolDepends = [ happy ];
description = "Quasi-quoter for Happy parsers";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.artem ];
}) {};
"happybara" = callPackage
@ -325853,6 +325856,7 @@ self: {
];
description = "Efficient vector-based mutable hashtables implementation";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.artem ];
}) {};
"vector-heterogenous" = callPackage