haskellPackages.Agda: use older unordered-containers to fix build

Fixes #13594.

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 927 927 928 928 # https://github.com/mainland/language-c-quote/issues/57 929 929 language-c-quote = super.language-c-quote.override { alex = self.alex_3_1_4; }; 930 + 931 + # https://github.com/agda/agda/issues/1840 932 + Agda = super.Agda.override { unordered-containers = self.unordered-containers_0_2_5_1; }; 930 933 }