diff options
Diffstat (limited to 'testing/idris/APKBUILD')
-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 . } |