Date: Thursday, May 17, 2018 @ 09:47:22 Author: felixonmars Revision: 323594
upgpkg: haskell-postgresql-binary 0.12.1-70 rebuild with ghc 8.4.2 Modified: haskell-postgresql-binary/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:46:37 UTC (rev 323593) +++ PKGBUILD 2018-05-17 09:47:22 UTC (rev 323594) @@ -5,7 +5,7 @@ _hkgname=postgresql-binary pkgname=haskell-postgresql-binary pkgver=0.12.1 -pkgrel=69 +pkgrel=70 pkgdesc="Encoders and decoders for the PostgreSQL's binary format" url="https://github.com/nikita-volkov/postgresql-binary" license=("MIT") @@ -12,7 +12,7 @@ arch=('x86_64') depends=('ghc-libs' "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser" "haskell-bytestring-strict-builder" "haskell-loch-th" "haskell-network-ip" - "haskell-placeholders" "haskell-scientific" "haskell-text" "haskell-unordered-containers" + "haskell-placeholders" "haskell-scientific" "haskell-unordered-containers" "haskell-uuid" "haskell-vector") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
