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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 7 16:55:47 UTC 2022


    Date: Monday, March 7, 2022 @ 16:55:46
  Author: felixonmars
Revision: 1144394

upgpkg: haskell-mwc-random 0.15.0.2-39: rebuild with doctest 0.19.0

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-07 16:42:18 UTC (rev 1144393)
+++ PKGBUILD	2022-03-07 16:55:46 UTC (rev 1144394)
@@ -4,18 +4,23 @@
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
 pkgver=0.15.0.2
-pkgrel=38
+pkgrel=39
 pkgdesc="Fast, high quality pseudo random number generation"
 url="https://github.com/bos/mwc-random"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-math-functions' 'haskell-primitive' 'haskell-random' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-doctest' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
               'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7e30a4584bca7f5e5147388dc9c081ac417d3aff1e9bd431535eac695db0779b4d20c6b3bedbda06a4780d9d57ab1f7880743f7bad20e4f5d2b7d32ce7f373bd')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u doctest $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list