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

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


    Date: Friday, June 11, 2021 @ 19:25:56
  Author: jelle
Revision: 962849

semigroups is now part of ghc

Modified:
  haskell-graphite/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 19:25:48 UTC (rev 962848)
+++ PKGBUILD	2021-06-11 19:25:56 UTC (rev 962849)
@@ -9,11 +9,16 @@
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-cassava' 'haskell-graphviz' 'haskell-hashable'
-         'haskell-random' 'haskell-semigroups' 'haskell-unordered-containers' 'haskell-vector')
+         'haskell-random' 'haskell-unordered-containers' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('7a8366a9113c5071f5c4863a6bf10462c4274281f5523fc80f2e5539de6d0aab')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list