Skip to content

Commit

Permalink
Bump GHCJS for dedup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3noch committed May 20, 2020
1 parent 92a06ff commit b42e765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ let iosSupport = system == "x86_64-darwin";
bootPkgs = nixpkgsCross.ghcjs.buildPackages.haskell.packages.ghc865;
ghcjsSrc = fetchgit {
url = "https://github.com/obsidiansystems/ghcjs.git";
rev = "06f81b44c3cc6c7f75e1a5a20d918bad37294b52";
sha256 = "02mwkf7aagxqi142gcmq048244apslrr72p568akcab9s0fn2gvy";
rev = "a00ecf0b2eaddbc4101c76e6ac95fc97b0f75840"; # ghc-8.6 branch
sha256 = "06cwpijwhj4jpprn07y3pkxmv40pwmqqw5jbdv4s7c67j5pmirnc";
fetchSubmodules = true;
};
};
Expand Down

0 comments on commit b42e765

Please sign in to comment.