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

Felix Yan felixonmars at archlinux.org
Sat May 19 07:45:05 UTC 2018


    Date: Saturday, May 19, 2018 @ 07:45:04
  Author: felixonmars
Revision: 324445

upgpkg: haskell-data-serializer 0.3.4-8

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-data-serializer/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 07:44:08 UTC (rev 324444)
+++ PKGBUILD	2018-05-19 07:45:04 UTC (rev 324445)
@@ -4,17 +4,21 @@
 _hkgname=data-serializer
 pkgname=haskell-data-serializer
 pkgver=0.3.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Common API for serialization libraries"
 url="https://github.com/mvv/data-serializer"
 license=('custom:BSD3')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 'haskell-semigroups'
-         'haskell-split')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 'haskell-split')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('af11df9801b3059474366d2e9e5f01ed1118eeb77ae5113e25b6a2e7d4665fc8aa7b3e4b50bc8607d3a6094cf43cb539df789af280a4b68edf369043ab7432ee')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list