From 242ca11b03e9540c91a696da1db3d0fd45446865 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 25 Jun 2018 15:31:46 -0400 Subject: base-compat: Add missing build tool dependency --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 812711ddcb57..6e582454e9ce 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1101,6 +1101,9 @@ self: super: { hspec-core = self.hspec-core_2_5_1; hspec-discover = self.hspec-discover_2_5_1; hspec-smallcheck = self.hspec-smallcheck_0_5_2; + + # The build-tool-depends this hacks around has been added on master. + base-compat = addTestToolDepend super.base-compat self.hspec-discover; } // -- cgit 1.4.1