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

haskell-defaults.nix: switched GHC 7.4.2 to use the Haskell Platform 2012.2.0.0 configuration

svn path=/nixpkgs/trunk/; revision=34516
This commit is contained in:
Peter Simons 2012-06-15 08:06:06 +00:00
parent 44210695c8
commit 75cd74c72c

View file

@ -249,7 +249,7 @@
packages_ghc742 =
packages { ghcPath = ../development/compilers/ghc/7.4.2.nix;
ghcBinary = ghc6121BinaryDarwin;
prefFun = ghcHEADPrefs;
prefFun = ghc741Prefs;
};
# Reasonably current HEAD snapshot. Should *always* be lowPrio.