mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-Agda: use old Happy version to fix the build
This commit is contained in:
parent
7af6cb984e
commit
0898cd2521
@ -899,4 +899,7 @@ self: super: {
|
||||
sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
|
||||
});
|
||||
|
||||
# happy 1.19.6 and later break some packages.
|
||||
Agda = super.Agda.override { happy = self.happy_1_19_5; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user