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 5b3c07416..70daf9ae4 100644 --- a/extra/ghc/PKGBUILD +++ b/extra/ghc/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ghc pkgver=7.6.2 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 |