haskell-happy: fix build with ghc-7.8.x
This commit is contained in:
parent
8809e87684
commit
072a0d8872
@ -162,4 +162,7 @@ self: super: {
|
||||
comonad = dontCheck super.comonad;
|
||||
semigroupoids = dontCheck super.semigroupoids;
|
||||
|
||||
# https://github.com/simonmar/happy/issues/103
|
||||
happy = super.happy.override { mtl = self.mtl_2_2_1; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user