Date: Thursday, May 17, 2018 @ 12:28:53 Author: felixonmars Revision: 323714
upgpkg: haskell-th-utilities 0.2.0.1-33 rebuild with ghc 8.4.2 Modified: haskell-th-utilities/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 12:28:14 UTC (rev 323713) +++ PKGBUILD 2018-05-17 12:28:53 UTC (rev 323714) @@ -4,12 +4,12 @@ _hkgname=th-utilities pkgname=haskell-th-utilities pkgver=0.2.0.1 -pkgrel=32 +pkgrel=33 pkgdesc="Collection of useful functions for use with Template Haskell" url="https://github.com/fpco/th-utilities" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-primitive' 'haskell-syb' 'haskell-text' 'haskell-th-orphans') +depends=('ghc-libs' 'haskell-primitive' 'haskell-syb' 'haskell-th-orphans') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('30cb5c09071beb1f8e029d217fefc6e58aa6eaa8a28994990d1549091fc174195b04a10e7873b1ac5f894cb4a528bf9764256ff1ad5c969493fbf5f872f1749f')
