[arch-commits] Commit in haskell-vector-th-unbox/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Apr 24 10:30:39 UTC 2020


    Date: Friday, April 24, 2020 @ 10:30:38
  Author: felixonmars
Revision: 619166

upgpkg: haskell-vector-th-unbox 0.2.1.7-18: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 10:28:42 UTC (rev 619165)
+++ PKGBUILD	2020-04-24 10:30:38 UTC (rev 619166)
@@ -4,7 +4,7 @@
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
 pkgver=0.2.1.7
-pkgrel=17
+pkgrel=18
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('fa65c32eace3ad93f0df69830eca0334519bbdbb2bbdc511db6e6abffe48c78870fef131dc34451873775a037634a87f0cd0d06dc1c4bc9404af2a86d7593ae1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.16/<3/;s/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list