Date: Wednesday, May 16, 2018 @ 20:11:08 Author: felixonmars Revision: 323214
upgpkg: haskell-path-pieces 0.2.1-13 rebuild with ghc 8.4.2 Modified: haskell-path-pieces/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:10:33 UTC (rev 323213) +++ PKGBUILD 2018-05-16 20:11:08 UTC (rev 323214) @@ -5,12 +5,12 @@ _hkgname=path-pieces pkgname=haskell-path-pieces pkgver=0.2.1 -pkgrel=12 +pkgrel=13 pkgdesc="Components of paths" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-text") +depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('83b8bda16db42ed347e2caa1978f195faf161f53beaaccbf450d21b29b9ae9fc04bcdf8dd17a0db2e11eb9e5bfeddcb605237325c7aaf4ec5cc3402b859674c0')
