Add two more packages for Debian/Ubuntu

If libtinfo5 isn't installed, then installation fails with a message like this:
/home/ubuntu/.ghcup/ghc/8.6.5/lib/ghc-8.6.5/bin/ghc-pkg: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

If xz-utils isn't installed, then installation fails with a message like this:
Following commands are required, but missing, please install:  xz
This commit is contained in:
Joseph C. Sible 2019-08-31 18:50:30 -04:00
parent 4bf9bbf72f
commit 2dd3b5f2c4
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
build-essential curl libgmp-dev libffi-dev libncurses-dev
build-essential curl libgmp-dev libffi-dev libncurses-dev libtinfo5 xz-utils