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