gtk2hs-buildtools: ensure appropriate Cabal version

This commit is contained in:
Michael Alan Dorman 2016-05-29 18:21:18 -04:00 committed by Peter Simons
parent ffe733a52d
commit be6c46c3b3

View File

@ -1005,4 +1005,6 @@ self: super: {
yi-solarized = markBroken super.yi-solarized;
yi-spolsky = markBroken super.yi-spolsky;
# gtk2hs-buildtools must have Cabal 1.24
gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_0_0; };
}