Date: Wednesday, May 16, 2018 @ 16:25:48 Author: felixonmars Revision: 322933
upgpkg: haskell-hourglass 0.2.11-8 rebuild with ghc 8.4.2 Modified: haskell-hourglass/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 16:25:03 UTC (rev 322932) +++ PKGBUILD 2018-05-16 16:25:48 UTC (rev 322933) @@ -5,13 +5,13 @@ _hkgname=hourglass pkgname=haskell-hourglass pkgver=0.2.11 -pkgrel=7 +pkgrel=8 pkgdesc="simple performant time related library" url="https://github.com/vincenthz/hs-hourglass" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc' 'haskell-mtl' 'haskell-old-locale' 'haskell-tasty' 'haskell-tasty-hunit' +makedepends=('ghc' 'haskell-old-locale' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6af3357be50b5645d8b0c5ec78d924981375c6a6215ee1f9e2a8a3775bab34989829cbec210c5c6c10fd39d14a8b4ed960c3ce46a354e6969414a9177460a9d1')
