···15 # Change these if you want to change the default versions of packages being used
16 # for a particular GHC version.
1718- ghcHEADPrefs = ghc741Prefs;
0001920 ghc741Prefs =
21 self : self.haskellPlatformArgs_2012_2_0_0 self // {
···15 # Change these if you want to change the default versions of packages being used
16 # for a particular GHC version.
1718+ ghcHEADPrefs =
19+ self : self.haskellPlatformArgs_future self // {
20+ binary = null; # now a core package
21+ };
2223 ghc741Prefs =
24 self : self.haskellPlatformArgs_2012_2_0_0 self // {