Date: Wednesday, May 16, 2018 @ 20:42:21 Author: felixonmars Revision: 323243
upgpkg: haskell-cookie 0.4.4-2 rebuild with ghc 8.4.2 Modified: haskell-cookie/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:41:44 UTC (rev 323242) +++ PKGBUILD 2018-05-16 20:42:21 UTC (rev 323243) @@ -6,12 +6,12 @@ _hkgname=cookie pkgname=haskell-cookie pkgver=0.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP cookie parsing and rendering" url="https://hackage.haskell.org/package/${_hkgname}" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-data-default-class' 'haskell-text') +depends=('ghc-libs' 'haskell-data-default-class') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('3e17c7c3190602154a196c13b9e65eb139adfe5258441e48ebe5bd9e880af66a7c206f0eca441eeb9ab1700fa49c639adb9414d93f36147c11a1fe3f9fb4a775')
