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

Felix Yan felixonmars at archlinux.org
Sun Oct 14 21:59:36 UTC 2018


    Date: Sunday, October 14, 2018 @ 21:59:36
  Author: felixonmars
Revision: 393886

upgpkg: haskell-stringsearch 0.3.6.6-9

rebuild with ghc 8.6.1

Modified:
  haskell-stringsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 21:35:27 UTC (rev 393885)
+++ PKGBUILD	2018-10-14 21:59:36 UTC (rev 393886)
@@ -4,7 +4,7 @@
 _hkgname=stringsearch
 pkgname=haskell-stringsearch
 pkgver=0.3.6.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Fast searching, splitting and replacing of ByteStrings"
 url="https://bitbucket.org/dafis/stringsearch"
 license=("custom:BSD3")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a642934981318b399a7fcfbf0134d5d02d8d072591bcfed7abc57bf6474b86d6c7bc6cf11f44ace6db579a0297877850fd9049be69b61f4f9964cd72455b14e0')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *0.6/<1/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list