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

Felix Yan felixonmars at archlinux.org
Sun Jun 20 23:04:08 UTC 2021


    Date: Sunday, June 20, 2021 @ 23:04:08
  Author: felixonmars
Revision: 966147

upgpkg: haskell-quickcheck-instances 0.3.25.2-54: rebuild with ghc 9.0.1, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-quickcheck-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 22:58:52 UTC (rev 966146)
+++ PKGBUILD	2021-06-20 23:04:08 UTC (rev 966147)
@@ -4,7 +4,7 @@
 _hkgname=quickcheck-instances
 pkgname=haskell-quickcheck-instances
 pkgver=0.3.25.2
-pkgrel=53
+pkgrel=54
 pkgdesc="Common quickcheck instances"
 url="https://github.com/haskellari/qc-instances"
 license=("BSD")
@@ -14,10 +14,15 @@
          'haskell-splitmix' 'haskell-strict' 'haskell-tagged' 'haskell-these'
          'haskell-time-compat' 'haskell-transformers-compat' 'haskell-unordered-containers'
          'haskell-uuid-types' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('1e4df0c814cfdd12370d25ba66e0d9698e25cd480d9609ab5a45d4492df7a4600b79f5412f8224d90976c3accd59b16f8941b351bf8980e70e846ec08e6efced')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list