[arch-commits] Commit in haskell-turtle/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 23 01:27:03 UTC 2021
Date: Friday, April 23, 2021 @ 01:27:02
Author: felixonmars
Revision: 922037
upgpkg: haskell-turtle 1.5.22-4: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-turtle/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-23 01:23:57 UTC (rev 922036)
+++ PKGBUILD 2021-04-23 01:27:02 UTC (rev 922037)
@@ -4,7 +4,7 @@
_hkgname=turtle
pkgname=haskell-turtle
pkgver=1.5.22
-pkgrel=3
+pkgrel=4
pkgdesc="Shell programming, Haskell-style"
url="https://github.com/Gabriel439/Haskell-Turtle-Library"
license=('BSD')
@@ -36,7 +36,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list