Agda: package builds fine these days

Tested with 8.0.2 and 8.2.1.

-6
-6
pkgs/development/haskell-modules/configuration-common.nix
··· 936 936 sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7"; 937 937 }); 938 938 939 - # happy 1.19.6+ broke the Agda build. Sticking with the previous version 940 - # avoided that issue, but now the build fails with a segmentation fault 941 - # during the install phase for no apparent reason: 942 - # https://hydra.nixos.org/build/60678124 943 - Agda = markBroken (super.Agda.override { happy = self.happy_1_19_5; }); 944 - 945 939 # cryptol-2.5.0 doesn't want happy 1.19.6+. 946 940 cryptol = super.cryptol.override { happy = self.happy_1_19_5; }; 947 941