Merge pull request #24510 from woehr/master
ghcjs (head): Fix infinite recursion ...
This commit is contained in:
commit
4ad28de5a3
|
@ -382,6 +382,7 @@
|
||||||
version = "1.24.0.0";
|
version = "1.24.0.0";
|
||||||
src = "${ghcjsBoot}/boot/cabal/Cabal";
|
src = "${ghcjsBoot}/boot/cabal/Cabal";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
hyperlinkSource = false;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base binary bytestring containers deepseq directory filepath
|
array base binary bytestring containers deepseq directory filepath
|
||||||
pretty process time unix
|
pretty process time unix
|
||||||
|
|
Loading…
Reference in New Issue