haskell-defaults.nix: ensure that hspec-expectations uses the same version of HUnit as quickcheck-io
This commit is contained in:
parent
bffd5c23b2
commit
b06f53900d
@ -71,6 +71,9 @@
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
QuickCheck = self.QuickCheck2;
|
||||
};
|
||||
hspecExpectations = self.hspecExpectations.override {
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
};
|
||||
};
|
||||
|
||||
ghc703Prefs =
|
||||
@ -88,6 +91,9 @@
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
QuickCheck = self.QuickCheck2;
|
||||
};
|
||||
hspecExpectations = self.hspecExpectations.override {
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
};
|
||||
};
|
||||
|
||||
ghc702Prefs = ghc701Prefs;
|
||||
@ -107,6 +113,9 @@
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
QuickCheck = self.QuickCheck2;
|
||||
};
|
||||
hspecExpectations = self.hspecExpectations.override {
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
};
|
||||
};
|
||||
|
||||
ghc6123Prefs = ghc6122Prefs;
|
||||
@ -130,6 +139,9 @@
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
QuickCheck = self.QuickCheck2;
|
||||
};
|
||||
hspecExpectations = self.hspecExpectations.override {
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
};
|
||||
};
|
||||
|
||||
ghc6121Prefs =
|
||||
@ -153,6 +165,9 @@
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
QuickCheck = self.QuickCheck2;
|
||||
};
|
||||
hspecExpectations = self.hspecExpectations.override {
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
};
|
||||
};
|
||||
|
||||
ghc6104Prefs =
|
||||
|
Loading…
Reference in New Issue
Block a user