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;