testing/cabal: Add armhf to architectures

Since we have a ghc for armhf, also build cabal for that arch.
This commit is contained in:
Mitch Tishmack 2017-03-06 22:17:39 -06:00 committed by Jakub Jirutka
parent 885866525e
commit cd7e8d0687

View File

@ -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.