Date: Wednesday, April 25, 2018 @ 11:15:26 Author: felixonmars Revision: 317889
upgpkg: haskell-hspec-smallcheck 0.5.2-1 rebuild with hspec-smallcheck,0.5.2 Modified: haskell-hspec-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-25 10:33:19 UTC (rev 317888) +++ PKGBUILD 2018-04-25 11:15:26 UTC (rev 317889) @@ -3,7 +3,7 @@ _hkgname=hspec-smallcheck pkgname=haskell-hspec-smallcheck -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=1 pkgdesc="SmallCheck support for the Hspec testing framework" url="http://hspec.github.io/" @@ -10,9 +10,9 @@ license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-call-stack' 'haskell-hspec-core' 'haskell-hunit' 'haskell-smallcheck') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') +makedepends=('ghc' 'haskell-base-orphans' 'haskell-hspec' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('016682f0044673e33ad54fbc8721c769d8a9218482f61ee46d497b672287567932e74ca6e332382e260f3cc23146f4c4225b32d7c9200700bcaa48e9a7ab29b4') +sha512sums=('2fd27126285e7d308f277480dcadcb6b047f67a82389edaf7d4761504f88ffedd8831db5b6b4f178c429cf3e8009e8aee8c6b05040dd960e7d2813e50908bd05') build() { cd $_hkgname-$pkgver
