1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-defaults.nix: simplify references to the latest version of happy

This commit is contained in:
Peter Simons 2014-07-14 10:50:36 +02:00
parent 15d9034477
commit b06e82fe7a

View file

@ -209,8 +209,8 @@
ghcBinary = pkgs.haskellPackages.ghcPlain;
prefFun = ghcHEADPrefs;
extraArgs = {
happy = pkgs.haskellPackages.happy_1_19_2;
alex = pkgs.haskellPackages.alex_3_1_3;
happy = pkgs.haskellPackages.happy;
alex = pkgs.haskellPackages.alex;
};
};