haskell-defaults.nix: switched ghc-7.5 pre-release to 'future' configuration

svn path=/nixpkgs/trunk/; revision=34343

+4 -1
+4 -1
pkgs/top-level/haskell-defaults.nix
··· 15 # Change these if you want to change the default versions of packages being used 16 # for a particular GHC version. 17 18 - ghcHEADPrefs = ghc741Prefs; 19 20 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. 17 18 + ghcHEADPrefs = 19 + self : self.haskellPlatformArgs_future self // { 20 + binary = null; # now a core package 21 + }; 22 23 ghc741Prefs = 24 self : self.haskellPlatformArgs_2012_2_0_0 self // {