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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 20:25:27 UTC 2021


    Date: Monday, June 21, 2021 @ 20:25:26
  Author: felixonmars
Revision: 966597

upgpkg: haskell-tdigest 0.2.1.1-45: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-tdigest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 20:16:58 UTC (rev 966596)
+++ PKGBUILD	2021-06-21 20:25:26 UTC (rev 966597)
@@ -3,7 +3,7 @@
 _hkgname=tdigest
 pkgname=haskell-tdigest
 pkgver=0.2.1.1
-pkgrel=44
+pkgrel=45
 pkgdesc="On-line accumulation of rank-based statistics"
 url="https://github.com/phadej/haskell-tdigest#readme"
 license=("BSD")
@@ -16,10 +16,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-
-  sed -i '/semigroups/d' $_hkgname.cabal
-
-  uusi -u tasty $_hkgname.cabal
+  uusi -u base -u tasty -d semigroups $_hkgname.cabal
   gen-setup
 }
 



More information about the arch-commits mailing list