diff options
author | Mitch Tishmack <mitch.tishmack@gmail.com> | 2017-03-06 22:17:39 -0600 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-08 21:58:42 +0100 |
commit | cd7e8d068772d99f87434801f89229bd29d7eaeb (patch) | |
tree | 9dcfc983d5f17925a110c705e8f3fb4ad64216ac /testing/cabal | |
parent | 885866525e25c847ea5c70027386c494f99d61af (diff) | |
download | aports-cd7e8d068772d99f87434801f89229bd29d7eaeb.tar.bz2 aports-cd7e8d068772d99f87434801f89229bd29d7eaeb.tar.xz |
testing/cabal: Add armhf to architectures
Since we have a ghc for armhf, also build cabal for that arch.
Diffstat (limited to 'testing/cabal')
-rw-r--r-- | testing/cabal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cabal/APKBUILD b/testing/cabal/APKBUILD index 8322332321..e58a50d0b1 100644 --- a/testing/cabal/APKBUILD +++ b/testing/cabal/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.24.0.2 pkgrel=0 pkgdesc="The Haskell Cabal" url="http://haskell.org" -arch="x86_64" +arch="armhf x86_64" license="BSD3" depends="gmp zlib" # Note, this is a temporary state of affairs using the bootstrap.sh script. |