diff options
Diffstat (limited to 'extra/ghc/PKGBUILD')
-rw-r--r-- | extra/ghc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ghc/PKGBUILD b/extra/ghc/PKGBUILD index b36efb967..20a0bca01 100644 --- a/extra/ghc/PKGBUILD +++ b/extra/ghc/PKGBUILD @@ -13,7 +13,7 @@ pkgname=ghc pkgver=7.6.3 pkgrel=1 pkgdesc='The Glasgow Haskell Compiler' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.haskell.org/ghc/' license=('custom') # libffi might be needed in the future: http://hackage.haskell.org/trac/ghc/ticket/4496 |