Date: Friday, March 24, 2017 @ 06:52:55 Author: felixonmars Revision: 218614
upgpkg: haskell-hspec-expectations 0.8.2-2 rebuild with HUnit,1.6.0.0 Modified: haskell-hspec-expectations/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-24 06:51:33 UTC (rev 218613) +++ PKGBUILD 2017-03-24 06:52:55 UTC (rev 218614) @@ -4,12 +4,12 @@ _hkgname=hspec-expectations pkgname=haskell-hspec-expectations pkgver=0.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="Catchy combinators for HUnit" url="https://github.com/sol/hspec-expectations" license=('MIT') arch=('i686' 'x86_64') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) depends=('ghc=8.0.1' 'haskell-call-stack' 'haskell-hunit') md5sums=('13cc0b65b17fe0f6765af0963c4bb7cb')
