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

Felix Yan felixonmars at archlinux.org
Wed Mar 3 19:56:27 UTC 2021


    Date: Wednesday, March 3, 2021 @ 19:56:27
  Author: felixonmars
Revision: 879356

upgpkg: haskell-random 1.2.0-168: rebuild with tasty 1.4 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-03 19:47:54 UTC (rev 879355)
+++ PKGBUILD	2021-03-03 19:56:27 UTC (rev 879356)
@@ -4,7 +4,7 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.0
-pkgrel=167
+pkgrel=168
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d tasty-expected-failure -u doctest -u mwc-random $_hkgname.cabal
+    uusi -d tasty-expected-failure -u doctest -u mwc-random -u tasty $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list