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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 18:34:59 UTC 2018


    Date: Tuesday, October 16, 2018 @ 18:34:59
  Author: felixonmars
Revision: 394755

upgpkg: haskell-brick 0.41.2-8

rebuild with ghc 8.6.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 18:34:25 UTC (rev 394754)
+++ PKGBUILD	2018-10-16 18:34:59 UTC (rev 394755)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.41.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick"
 license=("custom:BSD3")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('a96a4a71d1654966e49265d34065caaaf09c9fc53088d9c0c2430659c57765a2ff5e1595e48d4df023ef1d90892228fbed8217740ae6cfd016900b36fa2284c3')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i -e 's/< *0.6/<1/' -e 's/<= *4.11/<5/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list