From 002dd9d33ccb052baf19eae26c2d9fab05328251 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 28 May 2017 22:41:51 +0000 Subject: testing/idris: Remove incorrect comments re: cabal and validation --- testing/idris/APKBUILD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/testing/idris/APKBUILD b/testing/idris/APKBUILD index 8e14a06eb9..1d122f7428 100644 --- a/testing/idris/APKBUILD +++ b/testing/idris/APKBUILD @@ -1,9 +1,6 @@ # Contributor: Mitch Tishmack # Contributor: Jakub Jirutka # Maintainer: Mitch Tishmack -# -# Note: This abuilds downloads Haskell dependencies in the prepare phase -# without any verification! pkgname=idris pkgver=1.0 pkgrel=0 @@ -61,8 +58,6 @@ prepare() { cabal sandbox init # Fetch all dependencies. - # XXX: This should always fetch the same versions as defined in - # our cabal.config, but Cabal does not verify packages integrity! cabal fetch libffi . } -- cgit v1.2.3