[arch-commits] Commit in haskell-timezone-olson/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 7 01:53:54 UTC 2021


    Date: Monday, June 7, 2021 @ 01:53:54
  Author: felixonmars
Revision: 956808

upgpkg: haskell-timezone-olson 0.2.0-4: rebuild with ghc 8.10.5

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 01:53:27 UTC (rev 956807)
+++ PKGBUILD	2021-06-07 01:53:54 UTC (rev 956808)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')
@@ -37,7 +37,7 @@
 
 check() {
   cd ${_hkgname}-${pkgver}
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list