[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:30:21 UTC 2021


    Date: Friday, April 23, 2021 @ 02:30:20
  Author: felixonmars
Revision: 922111

upgpkg: haskell-ghc-typelits-extra 0.4.2-35: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:29:30 UTC (rev 922110)
+++ PKGBUILD	2021-04-23 02:30:20 UTC (rev 922111)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
 pkgver=0.4.2
-pkgrel=34
+pkgrel=35
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra"
 license=('custom:BSD2')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list