jailbreak-cabal: build with Cabal 1.18.x on GHC 7.6.x

This commit is contained in:
Peter Simons 2015-01-14 21:27:30 +01:00
parent ee158bf659
commit 02caf57cee

View File

@ -42,4 +42,8 @@ self: super: {
# https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable;
# Needs Cabal >= 1.18.x.
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_18_1_6; };
}