Date: Friday, April 24, 2020 @ 10:39:03 Author: felixonmars Revision: 619182
upgpkg: haskell-binary-conduit 1.3.1-107: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-binary-conduit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 10:38:36 UTC (rev 619181) +++ PKGBUILD 2020-04-24 10:39:03 UTC (rev 619182) @@ -3,12 +3,12 @@ _hkgname=binary-conduit pkgname=haskell-binary-conduit pkgver=1.3.1 -pkgrel=106 +pkgrel=107 pkgdesc="Data serialization/deserialization conduit library" url="https://github.com/qnikst/binary-conduit/" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-conduit' 'haskell-exceptions' 'haskell-vector') +depends=('ghc-libs' 'haskell-conduit' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('ba1cc19ed024be3ddd5f95a1ddd0666fa6be91879663b7de8c1627d3342cad5c39b138d5e1df59274471341ad28d9dd51dc2da4a53fafa5e3dcab1fdb21722b2')
