base-compat: Add missing build tool dependency
This commit is contained in:
parent
43e3ea0322
commit
242ca11b03
@ -1101,6 +1101,9 @@ self: super: {
|
|||||||
hspec-core = self.hspec-core_2_5_1;
|
hspec-core = self.hspec-core_2_5_1;
|
||||||
hspec-discover = self.hspec-discover_2_5_1;
|
hspec-discover = self.hspec-discover_2_5_1;
|
||||||
hspec-smallcheck = self.hspec-smallcheck_0_5_2;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user