From 08ff7cc5b766104ab876be55246f3a8e0404b17d Mon Sep 17 00:00:00 2001 From: maralorn Date: Fri, 30 Dec 2022 20:38:53 +0100 Subject: [PATCH] haskellPackages.hspec_2_7_10: Disable distribution of broken package --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 02d966da4b32..51f70005c582 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1452,10 +1452,10 @@ self: super: { }; # Point hspec 2.7.10 to correct dependencies - hspec_2_7_10 = doDistribute (super.hspec_2_7_10.override { + hspec_2_7_10 = super.hspec_2_7_10.override { hspec-discover = self.hspec-discover_2_7_10; hspec-core = self.hspec-core_2_7_10; - }); + }; # waiting for aeson bump servant-swagger-ui-core = doJailbreak super.servant-swagger-ui-core;