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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jun 10 13:57:08 UTC 2022


    Date: Friday, June 10, 2022 @ 13:57:08
  Author: felixonmars
Revision: 1230214

upgpkg: haskell-microlens-platform 0.4.2.1-37: rebuild with microlens 0.4.13.0

Modified:
  haskell-microlens-platform/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 13:56:59 UTC (rev 1230213)
+++ PKGBUILD	2022-06-10 13:57:08 UTC (rev 1230214)
@@ -4,7 +4,7 @@
 _hkgname=microlens-platform
 pkgname=haskell-microlens-platform
 pkgver=0.4.2.1
-pkgrel=36
+pkgrel=37
 pkgdesc="microlens + all batteries included (best for apps)"
 url="https://github.com/monadfix/microlens"
 license=("BSD")
@@ -12,10 +12,15 @@
 depends=('ghc-libs' "haskell-hashable" "haskell-microlens" "haskell-microlens-ghc"
          "haskell-microlens-mtl" "haskell-microlens-th"
          "haskell-unordered-containers" "haskell-vector")
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('69bb073c10b804cc2bd9551903fdce74a5e597689a9aee0a842e4f5630e5e9b5ce4eb78acb421613365f5aa34a383c8fb60cf6c4bca1823866e2ad4a91a6c712')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u microlens $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list