Update Ubuntu requirements
-
g++
,gcc
,make
, andxz-utils
are all part ofbuild-essential
-
libtinfo-dev
andncurses-dev
are now justlibtinfo5
-
realpath
is provided bycoreutils
-
libffi-dev
is needed by ghc
What is python3
needed for? I've kept it in just in case, but stack doesn't use it and I can't find it when grep
-ing the repository.
Edited by Leif Metcalf
Merge request reports
Activity
Ignore this for now, sincelibtinfo.so.5
is not provided bylibncurses-dev
.Stack uses the
ghc-8.6.5-x86_64-fedora27-linux.tar.xz
bindist for Ubuntu. Should we use that one too?Edited by Leif Metcalfadded 2 commits
I've fixed the dependency list so that it now provides libtinfo.so.5. It should be good now. I removed python3 in a separate commit in case it is still needed.
I'll make a separate MR to use the fedora27 bindist for ubuntu.
Edited by Leif Metcalfmentioned in merge request !107 (merged)
Please register or sign in to reply