forked from mirrors/nixpkgs
haskell: Add maintained packages for maralorn
This commit is contained in:
parent
d6627752f2
commit
a9a4eb18b1
|
@ -205,8 +205,10 @@ package-maintainers:
|
|||
- cabal-fmt
|
||||
- generic-optics
|
||||
- ghcup
|
||||
- ghcide
|
||||
- haskell-language-server
|
||||
- hedgehog
|
||||
- hlint
|
||||
- hmatrix
|
||||
- iCalendar
|
||||
- neuron
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue