mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
hackage2nix: maralorn maintains more packages
This commit is contained in:
parent
3d33fadf3e
commit
73d4fa3e1f
@ -180,16 +180,25 @@ package-maintainers:
|
||||
terlar:
|
||||
- nix-diff
|
||||
maralorn:
|
||||
- reflex-dom
|
||||
- arbtt
|
||||
- cabal-fmt
|
||||
- shh
|
||||
- neuron
|
||||
- releaser
|
||||
- taskwarrior
|
||||
- generic-optics
|
||||
- ghcup
|
||||
- haskell-language-server
|
||||
- shake-bench
|
||||
- hedgehog
|
||||
- hmatrix
|
||||
- iCalendar
|
||||
- neuron
|
||||
- optics
|
||||
- reflex-dom
|
||||
- releaser
|
||||
- req
|
||||
- shake-bench
|
||||
- shh
|
||||
- snap
|
||||
- stm-containers
|
||||
- streamly
|
||||
- taskwarrior
|
||||
sorki:
|
||||
- cayenne-lpp
|
||||
- data-stm32
|
||||
|
@ -32087,6 +32087,7 @@ self: {
|
||||
];
|
||||
description = "Automatic Rule-Based Time Tracker";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"arcgrid" = callPackage
|
||||
@ -98654,6 +98655,7 @@ self: {
|
||||
description = "Generically derive traversals, lenses and prisms";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
@ -102151,6 +102153,7 @@ self: {
|
||||
description = "ghc toolchain installer";
|
||||
license = lib.licenses.lgpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"ghczdecode" = callPackage
|
||||
@ -124368,6 +124371,7 @@ self: {
|
||||
];
|
||||
description = "Release with confidence";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"hedgehog-checkers" = callPackage
|
||||
@ -130178,6 +130182,7 @@ self: {
|
||||
librarySystemDepends = [ openblasCompat ];
|
||||
description = "Numeric Linear Algebra";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {inherit (pkgs) openblasCompat;};
|
||||
|
||||
"hmatrix-backprop" = callPackage
|
||||
@ -191245,6 +191250,7 @@ self: {
|
||||
];
|
||||
description = "Optics as an abstract interface";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"optics_0_4" = callPackage
|
||||
@ -191274,6 +191280,7 @@ self: {
|
||||
description = "Optics as an abstract interface";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"optics-core" = callPackage
|
||||
@ -220934,6 +220941,7 @@ self: {
|
||||
doCheck = false;
|
||||
description = "Easy-to-use, type-safe, expandable, high-level HTTP client library";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"req-conduit" = callPackage
|
||||
@ -239657,6 +239665,7 @@ self: {
|
||||
];
|
||||
description = "Top-level package for the Snap Web Framework";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"snap-accept" = callPackage
|
||||
@ -247804,6 +247813,7 @@ self: {
|
||||
];
|
||||
description = "Beautiful Streaming, Concurrent and Reactive Composition";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ maralorn ];
|
||||
}) {};
|
||||
|
||||
"streamly-archive" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user