summaryrefslogtreecommitdiff
path: root/community/haskell-binary/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-binary/PKGBUILD')
-rw-r--r--community/haskell-binary/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-binary/PKGBUILD b/community/haskell-binary/PKGBUILD
index f3651c935..c55afc770 100644
--- a/community/haskell-binary/PKGBUILD
+++ b/community/haskell-binary/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Binary serialisation for Haskell values using lazy ByteStrings"
url="http://hackage.haskell.org/package/binary"
license=('custom:BSD3')
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64' 'mips64el')
depends=(ghc=7.4.1 sh)
options=('strip')
source=("http://hackage.haskell.org/packages/archive/binary/$pkgver/binary-$pkgver.tar.gz")