[arch-commits] Commit in haskell-vector-binary-instances/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 17 12:26:57 UTC 2018


    Date: Thursday, May 17, 2018 @ 12:26:56
  Author: felixonmars
Revision: 323710

upgpkg: haskell-vector-binary-instances 0.2.4-2

rebuild with ghc 8.4.2

Modified:
  haskell-vector-binary-instances/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 12:25:12 UTC (rev 323709)
+++ PKGBUILD	2018-05-17 12:26:56 UTC (rev 323710)
@@ -5,7 +5,7 @@
 _hkgname=vector-binary-instances
 pkgname=haskell-vector-binary-instances
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
 url="https://github.com/bos/vector-binary-instances"
 license=("custom:BSD3")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a01b7c279fed49bd82d40bb1ef4f552161347aab4853db04e7f412f684095aecdf93be2050f1c712357a85f002b3735a394b946d9875a6aa5045d7eeede9a240')
 
+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