From a8233a24e1cfb0e423cc4faaf2c18e8858a6ccab Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Sun, 21 Jun 2026 23:04:56 +0100 Subject: [PATCH] haskellPackages: regenerate package set based on current config --- pkgs/development/haskell-modules/hackage-packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 8a0e5aa7c240..94d42ff317d7 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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 ]; } ) { };