diff options
author | Mitch Tishmack <mitch.tishmack@gmail.com> | 2017-05-28 22:41:51 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-27 23:00:34 +0200 |
commit | 002dd9d33ccb052baf19eae26c2d9fab05328251 (patch) | |
tree | 008d128dd75f16cf5f91df4a1b120ca4c2e3864a | |
parent | f5af0f8b822b694896f5663bdc29c653ded735cc (diff) | |
download | aports-002dd9d33ccb052baf19eae26c2d9fab05328251.tar.bz2 aports-002dd9d33ccb052baf19eae26c2d9fab05328251.tar.xz |
testing/idris: Remove incorrect comments re: cabal and validation
-rw-r--r-- | testing/idris/APKBUILD | 5 |
1 files changed, 0 insertions, 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 <mitch.tishmack@gmail.com> # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com> -# -# 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 . } |