diff options
Diffstat (limited to 'community/haddock/PKGBUILD')
-rw-r--r-- | community/haddock/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD index b7f9b44bc..f951e5c67 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Tool for generating documentation for Haskell libraries" url="http://hackage.haskell.org/package/haddock" license=('custom:BSD3') -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') makedepends=('alex' 'happy') depends=('ghc=7.4.1-2' 'haskell-xhtml=3000.2.0.5-2' 'haskell-ghc-paths=0.1.0.8-7') # 'haskell-mtl' install=$pkgname.install |