Bootstrap ghc-head with GHC 7.6.3 to see if that solves our weird compiler errors:
compiler/simplCore/CoreMonad.lhs:835:10: Non type-variable argument in the constraint: MonadPlus IO (Use -XFlexibleContexts to permit this) In the context: (MonadPlus IO) While checking an instance declaration In the instance declaration for `A.Alternative CoreM' compiler/simplCore/CoreMonad.lhs:841:10: Non type-variable argument in the constraint: MonadPlus IO (Use -XFlexibleContexts to permit this) In the context: (MonadPlus IO) While checking an instance declaration In the instance declaration for `MonadPlus CoreM'
This commit is contained in:
parent
13b246b221
commit
eca445a408
@ -413,7 +413,7 @@
|
||||
# Reasonably current HEAD snapshot. Should *always* be lowPrio.
|
||||
packages_ghcHEAD =
|
||||
packages { ghcPath = ../development/compilers/ghc/head.nix;
|
||||
ghcBinary = ghc742Binary;
|
||||
ghcBinary = pkgs.haskellPackages.ghcPlain;
|
||||
prefFun = ghcHEADPrefs;
|
||||
extraArgs = {
|
||||
happy = pkgs.haskellPackages.happy_1_19_2;
|
||||
|
Loading…
Reference in New Issue
Block a user