Date: Wednesday, May 16, 2018 @ 19:18:35 Author: felixonmars Revision: 323118
upgpkg: haskell-attoparsec 0.13.2.2-15 rebuild with ghc 8.4.2 Modified: haskell-attoparsec/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 19:16:45 UTC (rev 323117) +++ PKGBUILD 2018-05-16 19:18:35 UTC (rev 323118) @@ -5,12 +5,12 @@ _hkgname=attoparsec pkgname=haskell-attoparsec pkgver=0.13.2.2 -pkgrel=14 +pkgrel=15 pkgdesc="Fast combinator parsing for bytestrings and text" url="https://github.com/bos/attoparsec" license=("BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-scientific' 'haskell-text') +depends=('ghc-libs' 'haskell-scientific') makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-unicode' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-vector') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")