ghcjs-base: update via ghcjs-boot

This pulls in two fixes for XMLHttpRequest for ghcjs-base:

* Fix two typos for websockets
https://github.com/ghcjs/ghcjs-base/pull/54

* Respect `.withCredentials`property of XHR
https://github.com/ghcjs/ghcjs-base/pull/57

+2 -2
+2 -2
pkgs/development/compilers/ghcjs/default.nix
··· 40 40 41 41 , ghcjsBootSrc ? fetchgit { 42 42 url = git://github.com/ghcjs/ghcjs-boot.git; 43 - rev = "758e79e420403e0f6625eda19b10c46564f7cbb5"; 44 - sha256 = "0gq1mc86cb2z875a7sdj44yy8g95rwxzkl3z1q8gg33k05s3b58r"; 43 + rev = "8c549931da27ba9e607f77195208ec156c840c8a"; 44 + sha256 = "0yg9bnabja39qysh9pg1335qbvbc0r2mdw6cky94p7kavacndfdv"; 45 45 fetchSubmodules = true; 46 46 } 47 47 , ghcjsBoot ? import ./ghcjs-boot.nix {