Date: Friday, April 24, 2020 @ 17:34:53 Author: felixonmars Revision: 619368
upgpkg: haskell-auto-update 0.1.6-51: 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-auto-update/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 17:34:21 UTC (rev 619367) +++ PKGBUILD 2020-04-24 17:34:53 UTC (rev 619368) @@ -4,13 +4,13 @@ _hkgname=auto-update pkgname=haskell-auto-update pkgver=0.1.6 -pkgrel=50 +pkgrel=51 pkgdesc="Efficiently run periodic, on-demand actions" url="https://github.com/yesodweb/wai" license=("MIT") arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc' 'haskell-exceptions' 'haskell-hspec' 'haskell-retry' 'haskell-hunit') +makedepends=('ghc' 'haskell-hspec' 'haskell-retry' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('ff0f4f835d0b24aafbe18dbc42a9c3cc396cea24be3f4b13b5f5dac49b3b21030c941c8b09a5c33ba175c9902d076aa12fc9eb5a6a79c94ee5c9b60935fa047f')
