mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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;
|
comonad = dontCheck super.comonad;
|
||||||
semigroupoids = dontCheck super.semigroupoids;
|
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