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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 15:27:53 UTC 2020


    Date: Thursday, January 9, 2020 @ 15:27:52
  Author: felixonmars
Revision: 551272

upgpkg: haskell-graphviz 2999.20.0.3-31: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 15:25:31 UTC (rev 551271)
+++ PKGBUILD	2020-01-09 15:27:52 UTC (rev 551272)
@@ -4,7 +4,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.20.0.3
-pkgrel=30
+pkgrel=31
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -15,6 +15,11 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ivan-m/graphviz/archive/$pkgver.tar.gz")
 sha512sums=('3542ce3703277827937f354765fc82263383bdbf7c2ea7297368fc0713f442ad3f0608c740c0d87c6c3696b819abd3711b3740c7fa5001943654b2757c7749c5')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *1.13/<2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list