ghcjs: update sources to latest
This commit is contained in:
parent
63be2a7515
commit
0be225a8dc
@ -40,8 +40,8 @@
|
|||||||
|
|
||||||
, ghcjsBootSrc ? fetchgit {
|
, ghcjsBootSrc ? fetchgit {
|
||||||
url = git://github.com/ghcjs/ghcjs-boot.git;
|
url = git://github.com/ghcjs/ghcjs-boot.git;
|
||||||
rev = "97dea5c4145bf80a1e7cffeb1ecd4d0ecacd5a2f";
|
rev = "758e79e420403e0f6625eda19b10c46564f7cbb5";
|
||||||
sha256 = "1cgjzm595l2dx6fibzbkyv23bp1857qia0hb9d8aghf006al558j";
|
sha256 = "0gq1mc86cb2z875a7sdj44yy8g95rwxzkl3z1q8gg33k05s3b58r";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
}
|
}
|
||||||
, ghcjsBoot ? import ./ghcjs-boot.nix {
|
, ghcjsBoot ? import ./ghcjs-boot.nix {
|
||||||
@ -60,8 +60,8 @@ in mkDerivation (rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ghcjs";
|
owner = "ghcjs";
|
||||||
repo = "ghcjs";
|
repo = "ghcjs";
|
||||||
rev = "13a99c6da40e3700e070e430d4c0f2ea96217b24";
|
rev = "689c7753f50353dd05606ed79c51cd5a94d3922a";
|
||||||
sha256 = "01yg6babmhn2bfbmgkddisfj9ai7fc4r08s6acd49s9amcw7g5ld";
|
sha256 = "076020a9gjv8ldj5ckm43sbzq9s6c5xj6lpd8v28ybpiama3m6b4";
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
owner = "ghcjs";
|
owner = "ghcjs";
|
||||||
repo = "shims";
|
repo = "shims";
|
||||||
rev = "4df1808d03117ddcd45f276f0ddd85c73e59506a";
|
rev = "dc034a035aa73db2c5be34145732090bd74c1b57";
|
||||||
sha256 = "0nay4pmq3yqqvpz23709i3729840idpcc2ii2jd0xvaj1z61adda";
|
sha256 = "18r8kf7g7d2n0rhwcgiz9gsgdmgln1nmwwyj347bpn4zh17qlkqa";
|
||||||
}
|
}
|
||||||
|
@ -324,7 +324,7 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Cabal";
|
pname = "Cabal";
|
||||||
version = "1.22.4.0";
|
version = "1.22.8.0";
|
||||||
src = "${ghcjsBoot}/boot/cabal/Cabal";
|
src = "${ghcjsBoot}/boot/cabal/Cabal";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
|
Loading…
Reference in New Issue
Block a user