haskell-ChasingBottems: fix build with GHC 7.6.x

This commit is contained in:
Peter Simons 2015-01-16 10:08:16 +01:00
parent 7d5206b08a
commit 39746cb02d

View File

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