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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 00:05:12 UTC 2020


    Date: Thursday, January 9, 2020 @ 00:05:04
  Author: felixonmars
Revision: 550911

upgpkg: haskell-vector 0.12.0.3-23: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 23:59:37 UTC (rev 550910)
+++ PKGBUILD	2020-01-09 00:05:04 UTC (rev 550911)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-vector
 pkgver=0.12.0.3
-pkgrel=22
+pkgrel=23
 pkgdesc="Efficient Arrays"
 url="https://hackage.haskell.org/package/vector"
 license=("BSD")
@@ -12,6 +12,11 @@
 source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
 sha512sums=('176646ae612866064303cd200e9d940fec1645bb88176a89adb00df3b9a6df96200e3c9cf85a57af3a1481d6633b353da8e03d7a6c467c40e926275fe8d36853')
 
+prepare() {
+  cd vector-${pkgver}
+  sed -i 's/< *4.13/<5/' vector.cabal
+}
+
 build() {
   cd "$srcdir"/vector-${pkgver}
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list