Date: Thursday, December 6, 2018 @ 09:07:33
  Author: felixonmars
Revision: 411667

upgpkg: haskell-graphviz 2999.20.0.2-20

rebuild with fgl 5.7.0.1

Modified:
  haskell-graphviz/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-06 09:05:15 UTC (rev 411666)
+++ PKGBUILD    2018-12-06 09:07:33 UTC (rev 411667)
@@ -4,10 +4,10 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.20.0.2
-pkgrel=19
+pkgrel=20
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname}";
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-colour' 'haskell-dlist' 'haskell-fgl' 
'haskell-polyparse'
          'haskell-temporary' 'haskell-wl-pprint-text')
@@ -17,6 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
+    sed -i 's/< *5.7/<6/' $_hkgname.cabal
     sed -i '1i{-# language NoMonadFailDesugaring #-}' 
Data/GraphViz/Attributes/Colors.hs
 }
 

Reply via email to