[arch-commits] Commit in haskell-postgresql-simple/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 21 19:56:00 UTC 2021


    Date: Monday, June 21, 2021 @ 19:56:00
  Author: felixonmars
Revision: 966577

upgpkg: haskell-postgresql-simple 0.6.4-17: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-postgresql-simple/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 19:53:14 UTC (rev 966576)
+++ PKGBUILD	2021-06-21 19:56:00 UTC (rev 966577)
@@ -3,7 +3,7 @@
 _hkgname=postgresql-simple
 pkgname=haskell-postgresql-simple
 pkgver=0.6.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Mid-Level PostgreSQL client library"
 url="http://github.com/haskellari/postgresql-simple"
 license=("BSD")
@@ -19,7 +19,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u attoparsec -d bytestring-builder $_hkgname.cabal
+  uusi -u attoparsec -u base -u template-haskell -d bytestring-builder $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list