summaryrefslogtreecommitdiff
path: root/community/haddock/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haddock/PKGBUILD')
-rw-r--r--community/haddock/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haddock/PKGBUILD b/community/haddock/PKGBUILD
index 92b3bec3e..428053719 100644
--- a/community/haddock/PKGBUILD
+++ b/community/haddock/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=4
pkgdesc="Tool for generating documentation for Haskell libraries"
url="http://hackage.haskell.org/package/$pkgname"
license=('custom:BSD3')
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64' 'mips64el')
makedepends=('alex' 'happy')
depends=('ghc' 'haskell-mtl' 'haskell-xhtml>=3000.2' 'haskell-ghc-paths')
options=(strip)