···1515 # Change these if you want to change the default versions of packages being used
1616 # for a particular GHC version.
17171818- ghcHEADPrefs = ghc741Prefs;
1818+ ghcHEADPrefs =
1919+ self : self.haskellPlatformArgs_future self // {
2020+ binary = null; # now a core package
2121+ };
19222023 ghc741Prefs =
2124 self : self.haskellPlatformArgs_2012_2_0_0 self // {