mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
multi-ghc-travis: build fails with GHC 8.2.2; use 8.0.2 for now
This commit is contained in:
parent
3ae4e2dcc9
commit
ef84e822aa
@ -7555,7 +7555,7 @@ with pkgs;
|
||||
|
||||
msitools = callPackage ../development/tools/misc/msitools { };
|
||||
|
||||
multi-ghc-travis = callPackage ../development/tools/haskell/multi-ghc-travis { };
|
||||
multi-ghc-travis = callPackage ../development/tools/haskell/multi-ghc-travis { ghc = haskell.compiler.ghc802; };
|
||||
|
||||
neoload = callPackage ../development/tools/neoload {
|
||||
licenseAccepted = (config.neoload.accept_license or false);
|
||||
|
Loading…
Reference in New Issue
Block a user