diff options
Diffstat (limited to 'community/haskell-hslogger/PKGBUILD')
-rw-r--r-- | community/haskell-hslogger/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD index 0dfb8703e..aa4edb5f6 100644 --- a/community/haskell-hslogger/PKGBUILD +++ b/community/haskell-hslogger/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=4 pkgdesc="Versatile logging framework" url="http://hackage.haskell.org/package/hslogger" license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('ghc' 'haskell-mtl' 'haskell-network') install=${pkgname}.install source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz) |