From a6bb2cc2d4024219afabf6a1deca5a769777298e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 3 May 2023 11:50:11 +0200 Subject: [PATCH] Revert "haskellPackages: Add maintainer shlok" This reverts commit ad38216dc6767d43d658064fd61b6962db016cd7 and regenerates hackage-packages.nix. Reason for Revert: There is no lib.maintainers.shlok. Reference https://github.com/NixOS/nixpkgs/pull/229459. --- .../haskell-modules/configuration-hackage2nix/main.yaml | 3 --- pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 67a3f9705eef..f460f5ad8e70 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -368,9 +368,6 @@ package-maintainers: - taffybar - arbtt - lentil - shlok: - - streamly-archive - - streamly-lmdb sorki: - cayenne-lpp - blockfrost-client diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 3fe2984fab1d..11bb2cf98195 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -278564,7 +278564,6 @@ self: { testSystemDepends = [ archive ]; description = "Stream data from archives using the streamly library"; license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.shlok ]; }) {archive = null;}; "streamly-binary" = callPackage @@ -278714,7 +278713,6 @@ self: { description = "Stream data to or from LMDB databases using the streamly library"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - maintainers = [ lib.maintainers.shlok ]; broken = true; }) {inherit (pkgs) lmdb;};