From 57c276110fa21aa3c03838b7c12554497128f07c Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Sun, 16 Aug 2015 15:39:56 -0400 Subject: [PATCH] haskell-ghcjs: use ghcjs compatible with new vector Closes https://github.com/NixOS/nixpkgs/issues/9328. --- pkgs/development/compilers/ghcjs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix index 9f1d3122818..5423c41f25b 100644 --- a/pkgs/development/compilers/ghcjs/default.nix +++ b/pkgs/development/compilers/ghcjs/default.nix @@ -55,8 +55,8 @@ in mkDerivation (rec { inherit version; src = fetchgit { url = git://github.com/ghcjs/ghcjs.git; - rev = "fb1faa9cb0a11a8b27b0033dfdb07aafb6add35e"; # master branch - sha256 = "1vqf19059j86h3rnbvzcp55bdqd5dkw3krb5vkw5mgsmva2g8sch"; + rev = "39c1cb6d5d2551b306a7957a0e7f682f4a048490"; # master branch + sha256 = "1v2hpmhdssgf1jmchiwkvp5j8j6rw3k0hpkf326vb8l1b0kbmibr"; }; isLibrary = true; isExecutable = true;