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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 22 00:55:03 UTC 2022


    Date: Tuesday, March 22, 2022 @ 00:55:02
  Author: felixonmars
Revision: 1169552

upgpkg: haskell-tasty-hedgehog 1.1.0.0-115: rebuild with hedgehog 1.1

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 00:52:43 UTC (rev 1169551)
+++ PKGBUILD	2022-03-22 00:55:02 UTC (rev 1169552)
@@ -3,17 +3,22 @@
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
 pkgver=1.1.0.0
-pkgrel=114
+pkgrel=115
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hedgehog' 'haskell-tagged' 'haskell-tasty')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-tasty-expected-failure')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('48dda3dda14241f8d8dc77acf61a0fe77887c835ae9de6182c9fe580bb79e98f2480a14c282ff49b1438ffab197812262529e90dcec2af3785713f218490bce2')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hedgehog $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list