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

Felix Yan felixonmars at archlinux.org
Tue May 25 19:52:45 UTC 2021


    Date: Tuesday, May 25, 2021 @ 19:52:45
  Author: felixonmars
Revision: 946254

upgpkg: haskell-persistent-postgresql 2.13.0.1-1: rebuild with esqueleto 3.4.2.1, pantry 0.5.2.1, persistent 2.13.0.2, persistent-mysql 2.13.0.1, persistent-postgresql 2.13.0.1, persistent-qq 2.12.0.1, persistent-sqlite 2.13.0.2, persistent-test 2.13.0.1

Modified:
  haskell-persistent-postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-25 19:31:38 UTC (rev 946253)
+++ PKGBUILD	2021-05-25 19:52:45 UTC (rev 946254)
@@ -2,8 +2,8 @@
 
 _hkgname=persistent-postgresql
 pkgname=haskell-persistent-postgresql
-pkgver=2.12.0.0
-pkgrel=16
+pkgver=2.13.0.1
+pkgrel=1
 pkgdesc="Backend for the persistent library using postgresql."
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -13,12 +13,13 @@
          'haskell-postgresql-simple' 'haskell-resource-pool' 'haskell-resourcet'
          'haskell-string-conversions' 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-fast-logger' 'haskell-hspec'
-             'haskell-hspec-expectations' 'haskell-persistent-qq' 'haskell-persistent-test'
-             'haskell-quickcheck-instances' 'haskell-unliftio' 'haskell-unordered-containers'
-             'haskell-vector')
+             'haskell-hspec-expectations' 'haskell-hspec-expectations-lifted'
+             'haskell-http-api-data' 'haskell-path-pieces' 'haskell-persistent-qq'
+             'haskell-persistent-test' 'haskell-quickcheck-instances' 'haskell-unliftio'
+             'haskell-unordered-containers' 'haskell-vector')
 checkdepends=('pifpaf' 'postgresql')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('2ce34e558747b70c613af876c3cdf9dccd0e46a303aba7cd4b8483de306989d5')
+sha512sums=('2e20638bc29dc480c63a13ccdac8ab7cc9802af42e73524c0fa567db563e3b7664cef5d573746ee606b583b3deb851aed05f65a892c83faf19e7eed8f5bc9d93')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -45,7 +46,7 @@
 check() {
   cd $_hkgname-$pkgver
   eval $(pifpaf run postgresql --host 127.0.0.1)
-  createuser postgres
+  createuser -s postgres
   createdb test
   runhaskell Setup test --show-details=direct
   pifpaf_stop



More information about the arch-commits mailing list