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

Jelle van der Waa jelle at archlinux.org
Fri Jun 11 19:25:48 UTC 2021


    Date: Friday, June 11, 2021 @ 19:25:48
  Author: jelle
Revision: 962848

semigroups is now part of ghc

Modified:
  haskell-tdigest/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 19:23:46 UTC (rev 962847)
+++ PKGBUILD	2021-06-11 19:25:48 UTC (rev 962848)
@@ -10,12 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-compat' 'haskell-reducers' 'haskell-semigroupoids'
          'haskell-vector' 'haskell-vector-algorithms')
-makedepends=('ghc' 'uusi' 'haskell-semigroups' 'haskell-tasty' 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('a3998575ff5d180e6383d5bd5fc7c8e5fcfdb0c03e16f5f9089935a4d97173b7')
 
 prepare() {
   cd $_hkgname-$pkgver
+
+  sed -i '/semigroups/d' $_hkgname.cabal
+
   uusi -u tasty $_hkgname.cabal
   gen-setup
 }



More information about the arch-commits mailing list