hackage2nix: maralorn maintains more packages

wip/little-gl
Malte Brandy 3 years ago committed by (cdep)illabout
parent 3d33fadf3e
commit 73d4fa3e1f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 19
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
  2. 10
      pkgs/development/haskell-modules/hackage-packages.nix

@ -180,16 +180,25 @@ package-maintainers:
terlar:
- nix-diff
maralorn:
- reflex-dom
- arbtt
- cabal-fmt
- shh
- generic-optics
- ghcup
- haskell-language-server
- hedgehog
- hmatrix
- iCalendar
- neuron
- optics
- reflex-dom
- releaser
- taskwarrior
- haskell-language-server
- req
- shake-bench
- iCalendar
- 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…
Cancel
Save