[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 1 10:53:01 UTC 2018


    Date: Friday, June 1, 2018 @ 10:53:01
  Author: felixonmars
Revision: 335941

upgpkg: haskell-bytestring-tree-builder 0.2.7.1-15

rebuild with ghc 8.4.3

Modified:
  haskell-bytestring-tree-builder/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 10:52:25 UTC (rev 335940)
+++ PKGBUILD	2018-06-01 10:53:01 UTC (rev 335941)
@@ -5,12 +5,12 @@
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
 pkgver=0.2.7.1
-pkgrel=14
+pkgrel=15
 pkgdesc="A very efficient ByteString builder implementation based on the binary tree"
 url="https://github.com/nikita-volkov/bytestring-tree-builder"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-base-prelude" "haskell-semigroups")
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-semigroups')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
         ghc-8.4.patch)
@@ -20,6 +20,8 @@
 prepare() {
     cd $_hkgname-$pkgver
     patch -p1 -i ../ghc-8.4.patch
+
+    sed -i '/semigroups/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list