From 2a950c290ccc463abe5d43b796b68cd7a2a556a0 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 2 May 2023 21:19:19 +0900 Subject: [PATCH] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- pkgs/development/haskell-modules/hackage-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 9056f9db5adc..c2cca47b9ccf 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -278565,6 +278565,7 @@ self: { description = "Stream data from archives using the streamly library"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.shlok ]; broken = true; }) {archive = null;}; @@ -278715,6 +278716,7 @@ 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;};