haskellPackages: Fixup hspec-meta minor version in overrides
This commit is contained in:
parent
4e2c97aa2b
commit
030de47bf7
1 changed files with 2 additions and 2 deletions
|
@ -1675,11 +1675,11 @@ self: super: {
|
|||
hspec-discover = self.hspec-discover_2_11_7;
|
||||
hspec-core = self.hspec-core_2_11_7;
|
||||
});
|
||||
hspec-meta_2_11_6 = doDistribute (super.hspec-meta_2_11_6.override {
|
||||
hspec-meta_2_11_7 = doDistribute (super.hspec-meta_2_11_7.override {
|
||||
hspec-expectations = self.hspec-expectations_0_8_4;
|
||||
});
|
||||
hspec-discover_2_11_7 = doDistribute (super.hspec-discover_2_11_7.override {
|
||||
hspec-meta = self.hspec-meta_2_11_6;
|
||||
hspec-meta = self.hspec-meta_2_11_7;
|
||||
});
|
||||
# Need to disable tests to prevent an infinite recursion if hspec-core_2_11_7
|
||||
# is overlayed to hspec-core.
|
||||
|
|
Loading…
Reference in a new issue