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

Felix Yan felixonmars at archlinux.org
Thu May 13 17:08:17 UTC 2021


    Date: Thursday, May 13, 2021 @ 17:08:17
  Author: felixonmars
Revision: 933314

upgpkg: haskell-fgl 5.7.0.3-77: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0

Modified:
  haskell-fgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 16:58:44 UTC (rev 933313)
+++ PKGBUILD	2021-05-13 17:08:17 UTC (rev 933314)
@@ -4,16 +4,21 @@
 _hkgname=fgl
 pkgname=haskell-fgl
 pkgver=5.7.0.3
-pkgrel=76
+pkgrel=77
 pkgdesc="Martin Erwig's Functional Graph Library"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('f77ee1a66fe02b0a01e70b6fcb16baaba67be5433e4310bfb0862cec66855fc0413de586ca111e2e1569898b890fe93faf7c9f079dc569ca2d32b6c087762bbd')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hspec $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list