[arch-commits] Commit in haskell-timezone-series/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 7 01:51:45 UTC 2021
Date: Monday, June 7, 2021 @ 01:51:45
Author: felixonmars
Revision: 956802
upgpkg: haskell-timezone-series 0.1.9-10: rebuild with ghc 8.10.5
Modified:
haskell-timezone-series/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-07 01:51:16 UTC (rev 956801)
+++ PKGBUILD 2021-06-07 01:51:45 UTC (rev 956802)
@@ -3,7 +3,7 @@
_hkgname=timezone-series
pkgname=haskell-${_hkgname}
pkgver=0.1.9
-pkgrel=9
+pkgrel=10
pkgdesc='Enhanced timezone handling for Data.Time'
url='http://projects.haskell.org/time-ng/'
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