Skip to content

Commit

Permalink
Agda: package builds fine these days
Browse files Browse the repository at this point in the history
Tested with 8.0.2 and 8.2.1.
  • Loading branch information
Fuuzetsu committed Oct 13, 2017
1 parent 6e7f35c commit 0ef6e21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -936,12 +936,6 @@ self: super: {
sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
});

# happy 1.19.6+ broke the Agda build. Sticking with the previous version
# avoided that issue, but now the build fails with a segmentation fault
# during the install phase for no apparent reason:
# https://hydra.nixos.org/build/60678124
Agda = markBroken (super.Agda.override { happy = self.happy_1_19_5; });

# cryptol-2.5.0 doesn't want happy 1.19.6+.
cryptol = super.cryptol.override { happy = self.happy_1_19_5; };

Expand Down

0 comments on commit 0ef6e21

Please sign in to comment.