[arch-commits] Commit in haskell-alsa-core/trunk (PKGBUILD)

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


    Date: Monday, June 7, 2021 @ 01:53:12
  Author: felixonmars
Revision: 956806

upgpkg: haskell-alsa-core 0.5.0.1-15: rebuild with ghc 8.10.5

Modified:
  haskell-alsa-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-07 01:52:44 UTC (rev 956805)
+++ PKGBUILD	2021-06-07 01:53:12 UTC (rev 956806)
@@ -3,7 +3,7 @@
 _hkgname=alsa-core
 pkgname=haskell-${_hkgname}
 pkgver=0.5.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc='Binding to the ALSA Library API (Exceptions)'
 url='http://www.haskell.org/haskellwiki/ALSA'
 license=('BSD')
@@ -31,7 +31,7 @@
 
 check() {
   cd ${_hkgname}-${pkgver}
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list