Date: Thursday, May 17, 2018 @ 08:40:30 Author: felixonmars Revision: 323498
upgpkg: haskell-hslua 0.9.5.2-2 rebuild with ghc 8.4.2 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 08:39:24 UTC (rev 323497) +++ PKGBUILD 2018-05-17 08:40:30 UTC (rev 323498) @@ -5,12 +5,12 @@ _hkgname=hslua pkgname=haskell-hslua pkgver=0.9.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Lua language interpreter embedding in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'lua' 'haskell-exceptions' 'haskell-mtl' 'haskell-text') +depends=('ghc-libs' 'lua' 'haskell-exceptions') makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
