Date: Tuesday, August 11, 2020 @ 04:44:24 Author: felixonmars Revision: 674401
upgpkg: haskell-filtrable 0.1.5.0-1: rebuild with filtrable 0.1.5.0 Modified: haskell-filtrable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-11 04:42:28 UTC (rev 674400) +++ PKGBUILD 2020-08-11 04:44:24 UTC (rev 674401) @@ -2,7 +2,7 @@ _hkgname=filtrable pkgname=haskell-filtrable -pkgver=0.1.4.0 +pkgver=0.1.5.0 pkgrel=1 pkgdesc="Class of filtrable containers" url="https://github.com/strake/filtrable.hs" @@ -9,9 +9,9 @@ license=('BSD') arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc') +makedepends=('ghc' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-smallcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('b7273d3da947d1ded1544f04ecda3439abb0f606877fc3dc271d186c8f470bd87fb537953cf7cb186bd74656adf0b442d7c3d0d6a565a5a23969428e990f256c') +sha512sums=('2ed7f765d2329a23d6dba837b3287239bd0715c94a4a2a1d7cb2ff19841f39708b4ba599ff7c52b4dd2b82ee15a3a8849247e3ae6f4210a780ede69834bf4028') prepare() { cd $_hkgname-$pkgver
