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

Felix Yan felixonmars at archlinux.org
Sat May 19 13:57:57 UTC 2018


    Date: Saturday, May 19, 2018 @ 13:57:56
  Author: felixonmars
Revision: 324597

upgpkg: haskell-store 0.4.3.2-83

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-store/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 13:56:18 UTC (rev 324596)
+++ PKGBUILD	2018-05-19 13:57:56 UTC (rev 324597)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.3.2
-pkgrel=82
+pkgrel=83
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store"
 license=('custom:BSD3')
@@ -13,14 +13,19 @@
          'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free'
          'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 'haskell-lifted-base'
          'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive'
-         'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck'
-         'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb'
-         'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 'haskell-th-reify-many'
-         'haskell-th-utilities' 'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
+         'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck' 'haskell-streaming-commons'
+         'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 'haskell-th-lift-instances'
+         'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
+         'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('0faa8b71cd2a078e989fb0da428d0f78cf2a7c85fb11584949e47e8a20f5f0f919d7ad82de1f6ce1e1ac33098179adc382dedb04c75db64f2654eeab60fdbb9d')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list