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

Felix Yan felixonmars at archlinux.org
Mon Nov 16 19:41:57 UTC 2020


    Date: Monday, November 16, 2020 @ 19:41:56
  Author: felixonmars
Revision: 755534

upgpkg: haskell-algebraic-graphs 0.5-21: rebuild with QuickCheck 2.14.2, quickcheck-instances 0.3.25.1

Modified:
  haskell-algebraic-graphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-16 19:38:08 UTC (rev 755533)
+++ PKGBUILD	2020-11-16 19:41:56 UTC (rev 755534)
@@ -3,7 +3,7 @@
 _hkgname=algebraic-graphs
 pkgname=haskell-algebraic-graphs
 pkgver=0.5
-pkgrel=20
+pkgrel=21
 pkgdesc="A library for algebraic graph construction and transformation"
 url="https://github.com/snowleopard/alga"
 license=('MIT')
@@ -16,6 +16,7 @@
 prepare() {
   cd $_hkgname-$pkgver
   sed -i 's/< *2.14/<3/' $_hkgname.cabal
+  sed -i '/instance Arbitrary a => Arbitrary (Tree a) where/,+13d' test/Algebra/Graph/Test/Arbitrary.hs
 }
 
 build() {



More information about the arch-commits mailing list