haskell: Add maintained packages for maralorn

This commit is contained in:
Malte Brandy 2021-05-23 13:41:50 +02:00
parent d6627752f2
commit a9a4eb18b1
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 6 additions and 0 deletions

View File

@ -205,8 +205,10 @@ package-maintainers:
- cabal-fmt
- generic-optics
- ghcup
- ghcide
- haskell-language-server
- hedgehog
- hlint
- hmatrix
- iCalendar
- neuron

View File

@ -101896,6 +101896,7 @@ self: {
benchmarkToolDepends = [ hp2pretty implicit-hie ];
description = "The core of an IDE";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
"ghcide_1_3_0_0" = callPackage
@ -101963,6 +101964,7 @@ self: {
description = "The core of an IDE";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
"ghcjs-ajax" = callPackage
@ -129719,6 +129721,7 @@ self: {
description = "Source code suggestions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
"hlint" = callPackage
@ -129744,6 +129747,7 @@ self: {
executableHaskellDepends = [ base ];
description = "Source code suggestions";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
"hlint-test" = callPackage