[arch-commits] Commit in haskell-neat-interpolation/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 10:19:00 UTC 2021
Date: Friday, April 23, 2021 @ 10:19:00
Author: felixonmars
Revision: 922213
upgpkg: haskell-neat-interpolation 0.5.1.2-116: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-neat-interpolation/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 10:18:04 UTC (rev 922212)
+++ PKGBUILD 2021-04-23 10:19:00 UTC (rev 922213)
@@ -4,7 +4,7 @@
_hkgname=neat-interpolation
pkgname=haskell-neat-interpolation
pkgver=0.5.1.2
-pkgrel=115
+pkgrel=116
pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
url="https://github.com/nikita-volkov/neat-interpolation"
license=("MIT")
@@ -30,7 +30,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list