jailbreak-cabal: build with Cabal 1.18.x on GHC 7.6.x
This commit is contained in:
parent
ee158bf659
commit
02caf57cee
@ -42,4 +42,8 @@ self: super: {
|
|||||||
|
|
||||||
# https://github.com/tibbe/hashable/issues/85
|
# https://github.com/tibbe/hashable/issues/85
|
||||||
hashable = dontCheck super.hashable;
|
hashable = dontCheck super.hashable;
|
||||||
|
|
||||||
|
# Needs Cabal >= 1.18.x.
|
||||||
|
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_18_1_6; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user