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

Felix Yan felixonmars at archlinux.org
Fri Jun 1 17:34:06 UTC 2018


    Date: Friday, June 1, 2018 @ 17:34:05
  Author: felixonmars
Revision: 336342

upgpkg: haskell-chunked-data 0.3.1-6

rebuild with ghc 8.4.3

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 17:33:26 UTC (rev 336341)
+++ PKGBUILD	2018-06-01 17:34:05 UTC (rev 336342)
@@ -5,16 +5,21 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-semigroups" "haskell-vector")
+depends=('ghc-libs' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('9bdfac0598017ac1817fff76f3ea05672624a1edbf7d0b83298002185f234134277cd6e710ae29738997abfaf1d8e900d43d5b3c1e9e7fd98557e4e7d9f647c4')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list