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

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


    Date: Friday, June 11, 2021 @ 19:23:38
  Author: jelle
Revision: 962846

semigroups is now part of ghc

Modified:
  haskell-direct-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 19:18:47 UTC (rev 962845)
+++ PKGBUILD	2021-06-11 19:23:38 UTC (rev 962846)
@@ -8,11 +8,16 @@
 url="https://github.com/IreneKnapp/direct-sqlite"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'sqlite' 'haskell-semigroups')
+depends=('ghc-libs' 'sqlite')
 makedepends=('ghc' 'haskell-hunit' 'haskell-base16-bytestring' 'haskell-temporary')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('7e18237a0129b69b68db394bf1d912b664edf16ce335cbd65330d10eb1e2f9fc')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list