Date: Wednesday, May 16, 2018 @ 19:47:02 Author: felixonmars Revision: 323172
upgpkg: haskell-fast-logger 2.4.11-5 rebuild with ghc 8.4.2 Modified: haskell-fast-logger/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:46:39 UTC (rev 323171) +++ PKGBUILD 2018-05-16 19:47:02 UTC (rev 323172) @@ -5,12 +5,12 @@ _hkgname=fast-logger pkgname=haskell-fast-logger pkgver=2.4.11 -pkgrel=4 +pkgrel=5 pkgdesc="A fast logging system" url="https://github.com/kazu-yamamoto/logger" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-auto-update" "haskell-easy-file" "haskell-text" "haskell-unix-time") +depends=('ghc-libs' "haskell-auto-update" "haskell-easy-file" "haskell-unix-time") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('4802239d20e02573fee649e71fb66f8e87b1b0d9bcd235ff4c5fbb4a2c519bcdf18308eca2c1245fe8b61095eae9069b9b0674dddedb2b7b04dd7232a20b71f6')
