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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 17:29:13 UTC 2020


    Date: Friday, April 24, 2020 @ 17:29:13
  Author: felixonmars
Revision: 619358

upgpkg: haskell-hedgehog 1.0.2-29: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 17:28:51 UTC (rev 619357)
+++ PKGBUILD	2020-04-24 17:29:13 UTC (rev 619358)
@@ -4,13 +4,13 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=1.0.2
-pkgrel=28
+pkgrel=29
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-concurrent-output'
-         'haskell-erf' 'haskell-exceptions' 'haskell-lifted-async' 'haskell-mmorph'
+         'haskell-erf' 'haskell-lifted-async' 'haskell-mmorph'
          'haskell-monad-control' 'haskell-pretty-show' 'haskell-primitive' 'haskell-random'
          'haskell-resourcet' 'haskell-transformers-base' 'haskell-wl-pprint-annotated')
 makedepends=('ghc')
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e '/fail/d' -e 's/< *1.10/<2/' $_hkgname.cabal
+    sed -i -e '/semigroups/d;/fail/d' -e 's/< *1.10/<2/;s/< *2.16/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list