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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:28:13 UTC 2021


    Date: Friday, April 23, 2021 @ 02:28:12
  Author: felixonmars
Revision: 922107

upgpkg: haskell-ghc-typelits-natnormalise 0.7.4-16: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:27:17 UTC (rev 922106)
+++ PKGBUILD	2021-04-23 02:28:12 UTC (rev 922107)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-natnormalise
 pkgname=haskell-ghc-typelits-natnormalise
 pkgver=0.7.4
-pkgrel=15
+pkgrel=16
 pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-natnormalise"
 license=('custom:BSD2')
@@ -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