summaryrefslogtreecommitdiff
path: root/utils/vagrant
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-03-08 10:24:17 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-03-09 07:48:38 -0500
commitb760269c5914e128c07c66bacdbe86168003e82e (patch)
treea65998a8aa1710871b9a56ecaeb9bf30dc43617d /utils/vagrant
parent6b2f09916e0c8c5f37c9fbe08eb076476501c8d6 (diff)
downloadhaskell-b760269c5914e128c07c66bacdbe86168003e82e.tar.gz
Rip out perl dependency
The object splitter was the last major user of perl. There remain a few uses in nofib but we can just rely on the system's perl for this since it's not critical to the build.
Diffstat (limited to 'utils/vagrant')
-rwxr-xr-xutils/vagrant/bootstrap-rhel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vagrant/bootstrap-rhel.sh b/utils/vagrant/bootstrap-rhel.sh
index 52cc5fca93..eb28f07b1c 100755
--- a/utils/vagrant/bootstrap-rhel.sh
+++ b/utils/vagrant/bootstrap-rhel.sh
@@ -1,4 +1,4 @@
#!/bin/sh
yum update -y
yum install -y glibc-devel ncurses-devel gmp-devel autoconf automake libtool \
- gcc make perl python ghc git
+ gcc make python ghc git