Date: Friday, April 24, 2020 @ 09:40:45 Author: felixonmars Revision: 619073
upgpkg: haskell-hslua 1.1.0-3: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-hslua/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 09:39:58 UTC (rev 619072) +++ PKGBUILD 2020-04-24 09:40:45 UTC (rev 619073) @@ -4,12 +4,12 @@ _hkgname=hslua pkgname=haskell-hslua pkgver=1.1.0 -pkgrel=2 +pkgrel=3 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') +depends=('ghc-libs' 'lua') 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")
