diff options
Diffstat (limited to 'community/haskell-ghc-paths/PKGBUILD')
-rw-r--r-- | community/haskell-ghc-paths/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-ghc-paths/PKGBUILD b/community/haskell-ghc-paths/PKGBUILD index 73dd03a21..2311006a1 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=7 pkgdesc="Knowledge of GHC's installation directories" url="http://hackage.haskell.org/package/ghc-paths" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.4.1-2') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") install=haskell-ghc-paths.install |