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

Felix Yan felixonmars at archlinux.org
Sun Feb 14 01:05:53 UTC 2021


    Date: Sunday, February 14, 2021 @ 01:05:52
  Author: felixonmars
Revision: 859958

upgpkg: haskell-mwc-random 0.15.0.1-141: rebuild with doctest 0.18

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 00:38:36 UTC (rev 859957)
+++ PKGBUILD	2021-02-14 01:05:52 UTC (rev 859958)
@@ -4,18 +4,22 @@
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
 pkgver=0.15.0.1
-pkgrel=140
+pkgrel=141
 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=('54cb806d9c54e7ae7be73981c40ec03a3ca0660deb4d7d2c3659eaa30fb67086ff9a8bc3093170581da16e37cff8fe4507ddc4c30059c65323ea02ac1013c572')
 
+prepare() {
+    uusi -u doctest $_hkgname-$pkgver/$_hkgname.cabal
+} 
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list