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 25bb789ee..b9a2f1e68 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=8 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.2-1') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") install=haskell-ghc-paths.install |