From 7d58bfa8c9dbc0ab3cd91d45b69089602dae1340 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Jun 2016 12:50:45 +0900 Subject: [PATCH] debian-bootstrap.sh: remove comment from apt-get install --- debian-bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index db1f6273..0a77511f 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -99,8 +99,6 @@ apt-get install -y \ libyaml-dev \ libzip-dev \ libzmq3-dev \ - # The LLVM version should be kept in sync with what GHC requires for its - # LLVM backend (see below for more information). llvm-3.7 \ m4 \ nettle-dev \