haskell-hackage-db: fix build with GHC 8.2.2

This commit is contained in:
Peter Simons 2018-03-09 17:33:46 +01:00
parent 469a15d386
commit c5cf8dd57a

View File

@ -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;
});
} }