haskellPackages: regenerate package set based on current config

This commit is contained in:
Alexandre Esteves
2026-06-21 23:04:56 +01:00
parent da4f3989f0
commit a8233a24e1

View File

@@ -270108,6 +270108,7 @@ self: {
description = "The core of an IDE";
license = lib.meta.getLicenseFromSpdxId "Apache-2.0";
mainProgram = "ghcide";
maintainers = [ lib.maintainers.alexfmpe ];
}
) { };
@@ -335848,6 +335849,7 @@ self: {
description = "Set up a GHC API session";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
mainProgram = "hie-bios";
maintainers = [ lib.maintainers.alexfmpe ];
}
) { };
@@ -336074,6 +336076,7 @@ self: {
description = "Generates a references DB from .hie files";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
mainProgram = "hiedb";
maintainers = [ lib.maintainers.alexfmpe ];
}
) { };
@@ -445154,6 +445157,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Haskell library for the Microsoft Language Server Protocol";
license = lib.meta.getLicenseFromSpdxId "MIT";
maintainers = [ lib.maintainers.alexfmpe ];
}
) { };
@@ -445334,6 +445338,7 @@ self: {
];
description = "Functional test framework for LSP servers";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
maintainers = [ lib.maintainers.alexfmpe ];
}
) { };
@@ -445438,6 +445443,7 @@ self: {
description = "Haskell library for the Microsoft Language Server Protocol, data types";
license = lib.meta.getLicenseFromSpdxId "MIT";
mainProgram = "generator";
maintainers = [ lib.maintainers.alexfmpe ];
}
) { };