From d3754d34824810d80c8e05767f05c85855883a00 Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Fri, 22 Apr 2016 22:49:00 -0400 Subject: 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 --- pkgs/development/compilers/ghcjs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/compilers/ghcjs') diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index 929d59a9a9b..fb8d789f533 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -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 { -- cgit 1.4.1