Date: Monday, March 5, 2018 @ 08:42:47 Author: felixonmars Revision: 302497
upgpkg: haskell-tasty-quickcheck 0.10-1 rebuild with text-short,0.1.2 tasty-quickcheck,0.10 Modified: haskell-tasty-quickcheck/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-05 08:20:10 UTC (rev 302496) +++ PKGBUILD 2018-03-05 08:42:47 UTC (rev 302497) @@ -4,16 +4,17 @@ _hkgname=tasty-quickcheck pkgname=haskell-tasty-quickcheck -pkgver=0.9.2 -pkgrel=8 +pkgver=0.10 +pkgrel=1 pkgdesc="QuickCheck support for the Tasty test framework." url="http://documentup.com/feuerbach/tasty" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-quickcheck' 'haskell-random' 'haskell-tagged' 'haskell-tasty') +depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-random' + 'haskell-tagged' 'haskell-tasty') makedepends=('ghc' 'haskell-tasty-hunit' 'haskell-pcre-light') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('246854bfe91e08dc834bb912cd126fa58603763e6a1072c5ee239fd40c43d06d186ae07de7e2872b754df4b2344006f7ccc8347465dd01f89799cd82df5262e0') +sha512sums=('dd6c4b41fa6a98c61f2f650c7e2a6b45ed5778f894bb92c531cccfca914752d0065d767719c1c466af1f2a565b8cebfc5968e835282b13e372b753e690ad1728') build() { cd $_hkgname-$pkgver
