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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 17 10:43:57 UTC 2021


    Date: Saturday, July 17, 2021 @ 10:43:57
  Author: felixonmars
Revision: 978144

upgpkg: haskell-pipes 4.3.16-14: rebuild with mmorph 1.2.0

Modified:
  haskell-pipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 10:39:24 UTC (rev 978143)
+++ PKGBUILD	2021-07-17 10:43:57 UTC (rev 978144)
@@ -4,17 +4,22 @@
 _hkgname=pipes
 pkgname=haskell-pipes
 pkgver=4.3.16
-pkgrel=13
+pkgrel=14
 pkgdesc="Compositional pipelines"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-mmorph' 'haskell-void')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-test-framework'
              'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('6776a2d64ad164bd2d7dcbac7e935342b1507a87d8651ec2b22349192fc49cdd12ea18811d74093c88474a3b631322bc1010183476e5cb5c35dd35366b996b1e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u mmorph $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     




More information about the arch-commits mailing list