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

Felix Yan felixonmars at archlinux.org
Fri Jun 1 16:57:13 UTC 2018


    Date: Friday, June 1, 2018 @ 16:57:12
  Author: felixonmars
Revision: 336284

upgpkg: haskell-storablevector 0.2.13-3

rebuild with ghc 8.4.3

Modified:
  haskell-storablevector/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 16:56:25 UTC (rev 336283)
+++ PKGBUILD	2018-06-01 16:57:12 UTC (rev 336284)
@@ -5,17 +5,22 @@
 _hkgname=storablevector
 pkgname=haskell-storablevector
 pkgver=0.2.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, packed, strict storable arrays with a list interface like ByteString"
 url="http://www.haskell.org/haskellwiki/Storable_Vector"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-non-negative' 'haskell-utility-ht' 'haskell-unsafe'
-         'haskell-quickcheck' 'haskell-semigroups' 'haskell-syb')
+         'haskell-quickcheck' 'haskell-syb')
 makedepends=('ghc' 'haskell-random')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('d2394fea10a8bb4bcd041f21bfc3580307a0c58f25e2b2b9adf7d2468bd1e632b4659c6da504c8dad062dfde472d1c2ccdd41731fb8b664e2bf7e0f3de55343c')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list