File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
99 config . vm . provision "shell" , run : "always" , inline : <<-SHELL
1010 set -xe
1111 export PATH=/usr/local/bin:$PATH
12- yum -y install perl make automake gcc gmp-devel zlib-devel tar which git xz
12+ yum -y install perl make automake gcc gmp-devel zlib-devel tar which git xz ncurses-devel
1313 if ! which stack; then
1414 curl -sSL $(curl -sSL https://api.github.com/repos/commercialhaskell/stack/releases/latest \
1515 |grep '"browser_download_url": ".*/stack-[0-9\\ .]\\ +-i386-linux-gmp4.gz"' \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
1010 set -xe
1111 export PATH=/usr/local/bin:$PATH
1212 yum -y install epel-release
13- yum -y install perl make automake gcc gmp-devel zlib-devel rpm-build tar which git xz python-boto deltarpm python-deltarpm rpm-build rpm-sign
13+ yum -y install perl make automake gcc gmp-devel zlib-devel rpm-build tar which git xz python-boto deltarpm python-deltarpm rpm-build rpm-sign ncurses-devel
1414 if ! [[ -f /usr/local/bin/stack ]]; then
1515 curl -sSL https://s3.amazonaws.com/download.fpcomplete.com/centos/6/fpco.repo >/etc/yum.repos.d/fpco.repo
1616 yum -y install stack
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
1010 set -xe
1111 export PATH=/usr/local/bin:$PATH
1212 yum -y install epel-release
13- yum -y install perl make automake gcc gmp-devel zlib-devel tar which git python-boto deltarpm python-deltarpm rpm-build rpm-sign
13+ yum -y install perl make automake gcc gmp-devel zlib-devel tar which git python-boto deltarpm python-deltarpm rpm-build rpm-sign ncurses-devel
1414 if ! [[ -f /usr/local/bin/stack ]]; then
1515 curl -sSL https://s3.amazonaws.com/download.fpcomplete.com/centos/7/fpco.repo >/etc/yum.repos.d/fpco.repo
1616 yum -y install stack
You can’t perform that action at this time.
0 commit comments