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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 24 23:37:14 UTC 2021


    Date: Friday, December 24, 2021 @ 23:37:14
  Author: felixonmars
Revision: 1083467

upgpkg: haskell-th-orphans 0.13.12-14: rebuild with th-expand-syns 0.4.9.0

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-24 23:23:22 UTC (rev 1083466)
+++ PKGBUILD	2021-12-24 23:37:14 UTC (rev 1083467)
@@ -3,7 +3,7 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.12
-pkgrel=13
+pkgrel=14
 pkgdesc="Orphan instances for TH datatypes"
 url="https://github.com/ekmett/th-orphans/"
 license=('BSD')
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-th-compat' 'haskell-th-lift' 'haskell-th-expand-syns' 'haskell-th-lift-instances'
          'haskell-th-reify-many')
-makedepends=('ghc' 'haskell-hspec')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('59c3fa26bb8cc6ccc8f1b459be59e3b2c57aac8cb52e42e43954da5359c631e6bd20549df509d76b48d8ac82c9ef22e2540df0ec6d233d9e2cc0d807c72c9e6d')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u th-expand-syns $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list