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

Felix Yan felixonmars at archlinux.org
Fri Jul 2 06:13:29 UTC 2021


    Date: Friday, July 2, 2021 @ 06:13:28
  Author: felixonmars
Revision: 970308

upgpkg: haskell-lens 5.0.1-21: rebuild with call-stack 0.4.0

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-02 05:54:56 UTC (rev 970307)
+++ PKGBUILD	2021-07-02 06:13:28 UTC (rev 970308)
@@ -4,7 +4,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=5.0.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/"
 license=("BSD")
@@ -16,12 +16,17 @@
          'haskell-profunctors' 'haskell-reflection' 'haskell-semigroupoids' 'haskell-strict'
          'haskell-tagged' 'haskell-th-abstraction' 'haskell-these'
          'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-simple-reflect'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-simple-reflect'
              'haskell-test-framework' 'haskell-test-framework-hunit'
              'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('03b5407003e19ead5778938a37ad25c50d2a7e5acae2e9b644bf07267357a994df11328a4d0ee0f4d3b9b8671071773e9a520ac14125f6b0a22a28d9efd988fa')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u call-stack $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     




More information about the arch-commits mailing list