haskell-hackage-db: fix build with GHC 8.2.2
This commit is contained in:
parent
469a15d386
commit
c5cf8dd57a
@ -96,5 +96,9 @@ self: super: {
|
|||||||
Cabal = self.Cabal_2_2_0_0;
|
Cabal = self.Cabal_2_2_0_0;
|
||||||
text = self.text_1_2_3_0;
|
text = self.text_1_2_3_0;
|
||||||
});
|
});
|
||||||
|
hackage-db_2_0_1 = super.hackage-db_2_0_1.overrideScope (self: super: {
|
||||||
|
Cabal = self.Cabal_2_2_0_0;
|
||||||
|
text = self.text_1_2_3_0;
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user