diff options
Diffstat (limited to 'extra/haskell-hashed-storage/PKGBUILD')
-rw-r--r-- | extra/haskell-hashed-storage/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/haskell-hashed-storage/PKGBUILD b/extra/haskell-hashed-storage/PKGBUILD index 244d3f851..a0d2fbb69 100644 --- a/extra/haskell-hashed-storage/PKGBUILD +++ b/extra/haskell-hashed-storage/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=3.1 pkgdesc="Hashed file storage support code." url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.0.2' 'haskell-binary=0.5.0.2' 'haskell-mmap=0.5.7' 'haskell-zlib=0.5.3.1' 'haskell-mtl=2.0.1.0' 'haskell-dataenc=0.13.0.4') options=('strip') |