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

Felix Yan felixonmars at archlinux.org
Sun Nov 4 01:53:10 UTC 2018


    Date: Sunday, November 4, 2018 @ 01:53:10
  Author: felixonmars
Revision: 401376

upgpkg: haskell-vty 5.25-4

rebuild with microlens 0.4.10

Modified:
  haskell-vty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 01:46:06 UTC (rev 401375)
+++ PKGBUILD	2018-11-04 01:53:10 UTC (rev 401376)
@@ -4,7 +4,7 @@
 _hkgname=vty
 pkgname=haskell-vty
 pkgver=5.25
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple terminal UI library"
 url="https://github.com/jtdaugherty/vty"
 license=("custom:BSD3")
@@ -19,6 +19,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('fbd7404463e2dbde33bf94d15270d9ceb56e9382477b37d652619aaa4fe4f4f173773db3131a5b36141ce42ff7468e08517aeeb14ff96dab495c776723f18a3c')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/^import Lens.Micro$/import Lens.Micro hiding ( (-~), (+~) )/' src/Graphics/Vty/PictureToSpans.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list