Date: Thursday, May 17, 2018 @ 12:34:54 Author: felixonmars Revision: 323722
upgpkg: haskell-text-binary 0.2.1.1-9 rebuild with ghc 8.4.2 Modified: haskell-text-binary/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 12:34:20 UTC (rev 323721) +++ PKGBUILD 2018-05-17 12:34:54 UTC (rev 323722) @@ -5,12 +5,12 @@ _hkgname=text-binary pkgname=haskell-text-binary pkgver=0.2.1.1 -pkgrel=8 +pkgrel=9 pkgdesc="Binary instances for text types" url="https://github.com/kawu/text-binary" license=("custom:BSD2") 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=('eea91648ddc63f2997432abd2cc3d78efa27e3745c199eeccd01114df6a67dae948a16a6f784e09ba380047101fefab802f1812b0833d3e02deb45b6292c34a1')
