Date: Wednesday, May 16, 2018 @ 16:31:25 Author: felixonmars Revision: 322941
upgpkg: haskell-smallcheck 1.1.4-2 rebuild with ghc 8.4.2 Modified: haskell-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 16:30:36 UTC (rev 322940) +++ PKGBUILD 2018-05-16 16:31:25 UTC (rev 322941) @@ -4,12 +4,12 @@ _hkgname=smallcheck pkgname=haskell-smallcheck pkgver=1.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A property-based testing library" url="https://github.com/feuerbach/smallcheck" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-logict' 'haskell-mtl') +depends=('ghc-libs' 'haskell-logict') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('3cfc5160d1ae385f267d927bbd8efb2a40a5903b0fe278abb21c63ff66377c4919d95801c6e958d644d88eac98c11002cc4356f0f1b561d829e91f87a28120e1')
