Date: Friday, April 23, 2021 @ 10:08:31 Author: felixonmars Revision: 922199
upgpkg: haskell-hasql-transaction 1.0.0.2-7: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10 Modified: haskell-hasql-transaction/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 10:07:31 UTC (rev 922198) +++ PKGBUILD 2021-04-23 10:08:31 UTC (rev 922199) @@ -3,7 +3,7 @@ _hkgname=hasql-transaction pkgname=haskell-hasql-transaction pkgver=1.0.0.2 -pkgrel=6 +pkgrel=7 pkgdesc="A composable abstraction over the retryable transactions for Hasql" url="https://github.com/nikita-volkov/hasql-transaction" 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 }
