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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 17:56:59 UTC 2018


    Date: Monday, October 15, 2018 @ 17:56:59
  Author: felixonmars
Revision: 394251

upgpkg: haskell-graphviz 2999.20.0.2-15

rebuild with ghc 8.6.1

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 17:48:37 UTC (rev 394250)
+++ PKGBUILD	2018-10-15 17:56:59 UTC (rev 394251)
@@ -4,7 +4,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.20.0.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -15,6 +15,11 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ivan-m/graphviz/archive/$pkgver.tar.gz")
 sha512sums=('97430a8f19f5c56886520db0bb865b0d45a4dc99b8db61b3262f1fb22ec7635548ab8987eddcf629a07541160b19a3f8a3b299aa6649d9b3a9b0c60f21a45909')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '1i{-# language NoMonadFailDesugaring #-}' Data/GraphViz/Attributes/Colors.hs
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list