haskell-ChasingBottems: fix build with GHC 7.6.x
This commit is contained in:
parent
7d5206b08a
commit
39746cb02d
@ -46,4 +46,7 @@ self: super: {
|
||||
# Needs Cabal >= 1.18.x.
|
||||
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_18_1_6; };
|
||||
|
||||
# Haddock chokes on the prologue from the cabal file.
|
||||
ChasingBottoms = dontHaddock super.ChasingBottoms;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user