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

Felix Yan felixonmars at archlinux.org
Sat Oct 17 17:46:43 UTC 2020


    Date: Saturday, October 17, 2020 @ 17:46:42
  Author: felixonmars
Revision: 725517

upgpkg: haskell-deriving-compat 0.5.9-22: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-deriving-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 17:43:49 UTC (rev 725516)
+++ PKGBUILD	2020-10-17 17:46:42 UTC (rev 725517)
@@ -3,17 +3,21 @@
 _hkgname=deriving-compat
 pkgname=haskell-deriving-compat
 pkgver=0.5.9
-pkgrel=21
+pkgrel=22
 pkgdesc="Backports of GHC deriving extensions"
 url="https://github.com/haskell-compat/deriving-compat"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-th-abstraction' 'haskell-transformers-compat')
-makedepends=('ghc' 'haskell-base-compat' 'haskell-base-orphans' 'haskell-hspec' 'haskell-quickcheck'
+makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-base-orphans' 'haskell-hspec' 'haskell-quickcheck'
              'haskell-tagged' 'haskell-void')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('4f1442867894d0b4899e7e649c404be13160cc9bda3d6f24d38d391e3057913279d6b815ef26bc95c4a6ac752304480627d051d3aa826af10a668e309ae7a105')
 
+prepare() {
+    uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list