Date: Thursday, May 17, 2018 @ 08:54:15 Author: felixonmars Revision: 323529
upgpkg: haskell-binary-parser 0.5.5-10 rebuild with ghc 8.4.2 Modified: haskell-binary-parser/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 08:53:41 UTC (rev 323528) +++ PKGBUILD 2018-05-17 08:54:15 UTC (rev 323529) @@ -5,12 +5,12 @@ _hkgname=binary-parser pkgname=haskell-binary-parser pkgver=0.5.5 -pkgrel=9 +pkgrel=10 pkgdesc="A highly-efficient but limited parser API specialised for bytestrings" url="https://github.com/nikita-volkov/binary-parser" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl" "haskell-text" "haskell-base-prelude") +depends=('ghc-libs' "haskell-base-prelude") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('da2937fb50a6daad9e984b9ab252ad0764b0ab0a6e0d18912ef51c3a95d80056677928339e22e8f6000a38e5ce1c616432ab127e2c2ad9632dbf4a762bdd8732')
