Skip to content

Commit

Permalink
ghcjs-base: update via ghcjs-boot
Browse files Browse the repository at this point in the history
This pulls in two fixes for XMLHttpRequest for ghcjs-base:

* Fix two typos for websockets
  ghcjs/ghcjs-base#54

* Respect `.withCredentials`property of XHR
  ghcjs/ghcjs-base#57
  • Loading branch information
cstrahan committed Apr 23, 2016
1 parent 3226bb7 commit d3754d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ghcjs/default.nix
Expand Up @@ -40,8 +40,8 @@

, ghcjsBootSrc ? fetchgit {
url = git://github.com/ghcjs/ghcjs-boot.git;
rev = "758e79e420403e0f6625eda19b10c46564f7cbb5";
sha256 = "0gq1mc86cb2z875a7sdj44yy8g95rwxzkl3z1q8gg33k05s3b58r";
rev = "8c549931da27ba9e607f77195208ec156c840c8a";
sha256 = "0yg9bnabja39qysh9pg1335qbvbc0r2mdw6cky94p7kavacndfdv";
fetchSubmodules = true;
}
, ghcjsBoot ? import ./ghcjs-boot.nix {
Expand Down

0 comments on commit d3754d3

Please sign in to comment.