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

Felix Yan felixonmars at archlinux.org
Sun Feb 14 23:27:20 UTC 2021


    Date: Sunday, February 14, 2021 @ 23:27:20
  Author: felixonmars
Revision: 860061

upgpkg: haskell-random 1.2.0-151: rebuild with doctest 0.18 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 23:23:39 UTC (rev 860060)
+++ PKGBUILD	2021-02-14 23:27:20 UTC (rev 860061)
@@ -4,13 +4,13 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.0
-pkgrel=150
+pkgrel=151
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-splitmix')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-doctest' 'haskell-mwc-random' 'haskell-primitive' 'haskell-smallcheck'
               'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-smallcheck' 'haskell-unliftio'
               'haskell-vector')
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/tasty-expected-failure/d;s/< *0.15/<1/' $_hkgname.cabal
+    uusi -d tasty-expected-failure -u doctest -u mwc-random $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list