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