[arch-commits] Commit in haskell-simple-reflect/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 6 23:08:13 UTC 2021
Date: Sunday, June 6, 2021 @ 23:08:12
Author: felixonmars
Revision: 956550
upgpkg: haskell-simple-reflect 0.3.3-7: rebuild with ghc 8.10.5
Modified:
haskell-simple-reflect/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-06 23:07:48 UTC (rev 956549)
+++ PKGBUILD 2021-06-06 23:08:12 UTC (rev 956550)
@@ -3,7 +3,7 @@
_hkgname=simple-reflect
pkgname=haskell-simple-reflect
pkgver=0.3.3
-pkgrel=6
+pkgrel=7
pkgdesc="Simple reflection of expressions containing variables"
url="https://github.com/twanvl/simple-reflect"
license=('BSD')
@@ -28,7 +28,7 @@
check() {
cd $_hkgname-$pkgver
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list