forked from mirrors/nixpkgs
haskellPackages.Agda: use older unordered-containers to fix build
Fixes #13594.
This commit is contained in:
parent
60046c64b4
commit
0865d19ccd
|
@ -927,4 +927,7 @@ self: super: {
|
|||
|
||||
# https://github.com/mainland/language-c-quote/issues/57
|
||||
language-c-quote = super.language-c-quote.override { alex = self.alex_3_1_4; };
|
||||
|
||||
# https://github.com/agda/agda/issues/1840
|
||||
Agda = super.Agda.override { unordered-containers = self.unordered-containers_0_2_5_1; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue