[arch-commits] Commit in haskell-foundation/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 22 13:30:15 UTC 2021
Date: Thursday, April 22, 2021 @ 13:30:15
Author: felixonmars
Revision: 921079
upgpkg: haskell-foundation 0.0.25-103: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10
Modified:
haskell-foundation/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-22 13:25:49 UTC (rev 921078)
+++ PKGBUILD 2021-04-22 13:30:15 UTC (rev 921079)
@@ -4,7 +4,7 @@
_hkgname=foundation
pkgname=haskell-foundation
pkgver=0.0.25
-pkgrel=102
+pkgrel=103
pkgdesc="Alternative prelude with batteries and no dependencies"
url="https://github.com/haskell-foundation/foundation"
license=('BSD')
@@ -35,7 +35,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list