diff options
Diffstat (limited to 'community/gtk2hs-buildtools')
-rw-r--r-- | community/gtk2hs-buildtools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gtk2hs-buildtools/PKGBUILD b/community/gtk2hs-buildtools/PKGBUILD index 82ca841b7..edf0440f6 100644 --- a/community/gtk2hs-buildtools/PKGBUILD +++ b/community/gtk2hs-buildtools/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries." url="http://hackage.haskell.org/package/gtk2hs-buildtools" license=('GPL2') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('ghc' 'alex' 'happy' 'haskell-random') depends=('gmp') options=('strip') |