Switch default Haskell implementation to Haskell Platform 2013.2.0.0.
This makes GHC 7.6.3 is our default compiler.
This commit is contained in:
@@ -11,8 +11,8 @@ let
|
||||
ghc704 = "ghc704";
|
||||
ghc742 = "ghc742";
|
||||
ghc763 = "ghc763";
|
||||
default = [ ghc742 ];
|
||||
latest = [ ghc763 ];
|
||||
default = [ ghc763 ];
|
||||
latest = [ ];
|
||||
all = [ ghc6104 ghc6123 ghc704 ghc742 ghc763 ];
|
||||
|
||||
allBut = platform: pkgs.lib.filter (x: platform != x) all;
|
||||
|
||||
Reference in New Issue
Block a user