Date: Friday, April 23, 2021 @ 10:09:38 Author: felixonmars Revision: 922201
upgpkg: haskell-hasql-pool 0.5.2-192: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hasql-pool/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 10:08:45 UTC (rev 922200) +++ PKGBUILD 2021-04-23 10:09:38 UTC (rev 922201) @@ -4,7 +4,7 @@ _hkgname=hasql-pool pkgname=haskell-hasql-pool pkgver=0.5.2 -pkgrel=191 +pkgrel=192 pkgdesc="A pool of connections for Hasql" url="https://github.com/nikita-volkov/hasql-pool" license=('MIT') @@ -38,7 +38,7 @@ eval $(pifpaf run postgresql --host 127.0.0.1) createuser -s postgres - #runhaskell Setup test + #runhaskell Setup test --show-details=direct pifpaf_stop }
