Skip to content

Commit

Permalink
Update ghcjsVersion to match cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 11, 2021
1 parent 9abb33b commit 827c4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlays/bootstrap.nix
Expand Up @@ -647,7 +647,7 @@ in {
ghc8105 = let buildGHC = final.buildPackages.haskell-nix.compiler.ghc8105;
in let booted-ghcjs = final.callPackage ../compiler/ghcjs/ghcjs.nix {
ghcjsSrcJson = ../compiler/ghcjs/ghcjs810-src.json;
ghcjsVersion = "8.10.5"; # Must match the version in the ghcjs.cabal file
ghcjsVersion = "8.10.7"; # Must match the version in the ghcjs.cabal file
ghc = buildGHC;
ghcVersion = "8.10.5";
compiler-nix-name = "ghc8105";
Expand Down Expand Up @@ -681,7 +681,7 @@ in {
ghc8106 = let buildGHC = final.buildPackages.haskell-nix.compiler.ghc8106;
in let booted-ghcjs = final.callPackage ../compiler/ghcjs/ghcjs.nix {
ghcjsSrcJson = ../compiler/ghcjs/ghcjs810-src.json;
ghcjsVersion = "8.10.5"; # Must match the version in the ghcjs.cabal file
ghcjsVersion = "8.10.7"; # Must match the version in the ghcjs.cabal file
ghc = buildGHC;
ghcVersion = "8.10.6";
compiler-nix-name = "ghc8106";
Expand Down Expand Up @@ -715,7 +715,7 @@ in {
ghc8107 = let buildGHC = final.buildPackages.haskell-nix.compiler.ghc8107;
in let booted-ghcjs = final.callPackage ../compiler/ghcjs/ghcjs.nix {
ghcjsSrcJson = ../compiler/ghcjs/ghcjs810-src.json;
ghcjsVersion = "8.10.5"; # Must match the version in the ghcjs.cabal file
ghcjsVersion = "8.10.7"; # Must match the version in the ghcjs.cabal file
ghc = buildGHC;
ghcVersion = "8.10.7";
compiler-nix-name = "ghc8107";
Expand Down

0 comments on commit 827c4bc

Please sign in to comment.