haskell-defaults.nix: switched ghc-7.5 pre-release to 'future' configuration
svn path=/nixpkgs/trunk/; revision=34343
This commit is contained in:
parent
a92f3fac24
commit
f0b9f401ae
@ -15,7 +15,10 @@
|
|||||||
# Change these if you want to change the default versions of packages being used
|
# Change these if you want to change the default versions of packages being used
|
||||||
# for a particular GHC version.
|
# for a particular GHC version.
|
||||||
|
|
||||||
ghcHEADPrefs = ghc741Prefs;
|
ghcHEADPrefs =
|
||||||
|
self : self.haskellPlatformArgs_future self // {
|
||||||
|
binary = null; # now a core package
|
||||||
|
};
|
||||||
|
|
||||||
ghc741Prefs =
|
ghc741Prefs =
|
||||||
self : self.haskellPlatformArgs_2012_2_0_0 self // {
|
self : self.haskellPlatformArgs_2012_2_0_0 self // {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user