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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 11:50:48 UTC 2018


    Date: Thursday, June 7, 2018 @ 11:50:48
  Author: felixonmars
Revision: 341784

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

remove obsolete semigroups dependency

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 11:39:13 UTC (rev 341783)
+++ PKGBUILD	2018-06-07 11:50:48 UTC (rev 341784)
@@ -5,12 +5,12 @@
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
 pkgver=0.2.7.1
-pkgrel=16
+pkgrel=17
 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')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
         ghc-8.4.patch)



More information about the arch-commits mailing list