[arch-commits] Commit in haskell-call-stack/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 21 23:43:36 UTC 2021
Date: Wednesday, April 21, 2021 @ 23:43:36
Author: felixonmars
Revision: 920757
upgpkg: haskell-call-stack 0.3.0-31: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-call-stack/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-21 23:42:59 UTC (rev 920756)
+++ PKGBUILD 2021-04-21 23:43:36 UTC (rev 920757)
@@ -4,7 +4,7 @@
_hkgname=call-stack
pkgname=haskell-call-stack
pkgver=0.3.0
-pkgrel=30
+pkgrel=31
pkgdesc="Use GHC call-stacks in a backward compatible way"
url="https://github.com/sol/call-stack"
license=("MIT")
@@ -29,7 +29,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list