Date: Sunday, October 23, 2016 @ 15:37:02 Author: felixonmars Revision: 193073
upgpkg: haskell-hspec 2.3.2-1 rebuild with HUnit-1.5.0.0, quickcheck-io-0.1.4, hspec-expectations-0.8.2, hspec-discover-2.3.2, hspec-core-2.3.2, hspec-2.3.2 Modified: haskell-hspec/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-23 15:36:42 UTC (rev 193072) +++ PKGBUILD 2016-10-23 15:37:02 UTC (rev 193073) @@ -3,16 +3,16 @@ _hkgname=hspec pkgname=haskell-hspec -pkgver=2.2.4 +pkgver=2.3.2 pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') arch=('i686' 'x86_64') -depends=('ghc=8.0.1' 'haskell-hspec-core' 'haskell-hspec-discover' 'haskell-hspec-expectations' - 'haskell-quickcheck' 'haskell-hunit') +depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hspec-core' 'haskell-hspec-discover' + 'haskell-hspec-expectations' 'haskell-quickcheck' 'haskell-hunit') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('5085487f0c478155041d44bc07fe2110') +md5sums=('da288f815a4cd37985f703118d247332') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
