diff options
Diffstat (limited to 'community/haddock')
-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 c52029b85..7c3572523 100644 --- a/community/haddock/PKGBUILD +++ b/community/haddock/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Documentation-generation tool for Haskell libraries" url="http://hackage.haskell.org/package/${pkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=(alex happy) depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1' 'haskell-xhtml=3000.2.0.1-7.1' 'haskell-ghc-paths=0.1.0.8-4.1') options=('strip') |