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

Felix Yan felixonmars at archlinux.org
Thu May 17 07:07:53 UTC 2018


    Date: Thursday, May 17, 2018 @ 07:07:52
  Author: felixonmars
Revision: 323354

upgpkg: haskell-aeson-compat 0.3.7.1-30

rebuild with ghc 8.4.2

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 07:04:17 UTC (rev 323353)
+++ PKGBUILD	2018-05-17 07:07:52 UTC (rev 323354)
@@ -5,7 +5,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.7.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,12 +12,17 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-attoparsec-iso8601"
          "haskell-base-compat" "haskell-exceptions" "haskell-hashable" "haskell-scientific"
-         "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
+         "haskell-tagged" "haskell-time-locale-compat"
          "haskell-unordered-containers" "haskell-vector")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('47a9c1148cad6ac14455306579ff658192479eb6bc2132bb2204b94b3c89d8ad99b3d7600354d6a49922867f8d9226acf35107f225ab2b46d3e4c298a3ca7369')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list