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

Felix Yan felixonmars at archlinux.org
Tue Aug 18 04:34:36 UTC 2020


    Date: Tuesday, August 18, 2020 @ 04:34:35
  Author: felixonmars
Revision: 683631

upgpkg: haskell-brick 0.55-12: rebuild with ghc 8.10.2

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-18 00:32:06 UTC (rev 683630)
+++ PKGBUILD	2020-08-18 04:34:35 UTC (rev 683631)
@@ -4,7 +4,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.55
-pkgrel=11
+pkgrel=12
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick"
 license=("BSD")
@@ -16,6 +16,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('2045611bc220f2c36f40bf50c4c4d36d82f9d261819c8e59e571e67218ed314c02981d9e71698bc99f969189c7097adb8153ecd3a008fb92d3edf3d3e6a57365')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<= *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list