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

Felix Yan felixonmars at archlinux.org
Fri May 18 06:39:36 UTC 2018


    Date: Friday, May 18, 2018 @ 06:39:36
  Author: felixonmars
Revision: 324219

upgpkg: haskell-generic-trie 0.3.1-2

rebuild with ghc 8.4.2

Modified:
  haskell-generic-trie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-18 06:36:48 UTC (rev 324218)
+++ PKGBUILD	2018-05-18 06:39:36 UTC (rev 324219)
@@ -5,7 +5,7 @@
 _hkgname=generic-trie
 pkgname=haskell-generic-trie
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A map, where the keys may be complex structured data"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('7a7c397b94a73a96dcb884dde19ba0f042632a058f6696297ce720436e4ea623c5b29da0beaa73b4232d1cf20b3da7bb845152ed6afcbf43ece7c3f986305b65')
 
+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