[arch-commits] Commit in haskell-vector-algorithms/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 9 09:13:55 UTC 2017
Date: Sunday, April 9, 2017 @ 09:13:54
Author: felixonmars
Revision: 221394
upgpkg: haskell-vector-algorithms 0.7.0.1-6
rebuild with primitive,0.6.2.0 vector,0.12.0.1
Modified:
haskell-vector-algorithms/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-09 09:10:48 UTC (rev 221393)
+++ PKGBUILD 2017-04-09 09:13:54 UTC (rev 221394)
@@ -5,7 +5,7 @@
_hkgname=vector-algorithms
pkgname=haskell-vector-algorithms
pkgver=0.7.0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Efficient algorithms for vector arrays"
url="http://code.haskell.org/~dolio/"
license=("custom:BSD3")
@@ -14,6 +14,10 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('ed460a41ca068f568bc2027579ab14185fbb72c7ac469b5179ae5f8a52719070')
+prepare() {
+ sed -i 's/vector >= 0.6 && < 0.12,/vector >= 0.6 \&\& < 0.13,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list