Date: Wednesday, May 16, 2018 @ 19:56:52 Author: felixonmars Revision: 323194
upgpkg: haskell-attoparsec-iso8601 1.0.0.0-31 rebuild with ghc 8.4.2 Modified: haskell-attoparsec-iso8601/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:56:18 UTC (rev 323193) +++ PKGBUILD 2018-05-16 19:56:52 UTC (rev 323194) @@ -4,12 +4,12 @@ _hkgname=attoparsec-iso8601 pkgname=haskell-attoparsec-iso8601 pkgver=1.0.0.0 -pkgrel=30 +pkgrel=31 pkgdesc="Parsing of ISO 8601 dates, originally from aeson" url="https://github.com/bos/aeson" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-text') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('d4b545204429a73516eefa4ff1f174fb238544ca76258950275f146865873d2ebf00705dfdd16c17897ad3b10516aa2111eaaa27290e33009d033d227fbe6699')
