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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 21 00:38:41 UTC 2022


    Date: Monday, February 21, 2022 @ 00:38:40
  Author: felixonmars
Revision: 1135526

upgpkg: haskell-optics-extra 0.4-70: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-optics-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 00:35:02 UTC (rev 1135525)
+++ PKGBUILD	2022-02-21 00:38:40 UTC (rev 1135526)
@@ -3,7 +3,7 @@
 _hkgname=optics-extra
 pkgname=haskell-optics-extra
 pkgver=0.4
-pkgrel=69
+pkgrel=70
 pkgdesc="Extra utilities and instances for optics-core"
 url="https://github.com/well-typed/optics-extra"
 license=('BSD')
@@ -11,10 +11,15 @@
 depends=('ghc-libs' 'haskell-hashable' 'haskell-indexed-profunctors'
          'haskell-indexed-traversable-instances' 'haskell-optics-core'
          'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('1e860c8e814942e24e5f0e4f0c44334cd333205a884b20791f1784310db947d63d11e7b3d812dbec503c77f419b1555c1273a95df7040c59f8ac4e8ab693ca88')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list