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

Felix Yan felixonmars at archlinux.org
Thu Jan 23 05:22:56 UTC 2020


    Date: Thursday, January 23, 2020 @ 05:22:55
  Author: felixonmars
Revision: 554785

upgpkg: haskell-hedgehog 1.0.2-1: rebuild with hedgehog 1.0.2

Modified:
  haskell-hedgehog/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 05:19:34 UTC (rev 554784)
+++ PKGBUILD	2020-01-23 05:22:55 UTC (rev 554785)
@@ -3,23 +3,23 @@
 
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
-pkgver=1.0.1
-pkgrel=10
+pkgver=1.0.2
+pkgrel=1
 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-exceptions' 'haskell-lifted-async' 'haskell-mmorph' 'haskell-monad-control'
-         'haskell-pretty-show' 'haskell-primitive' 'haskell-random' 'haskell-resourcet'
-         'haskell-transformers-base' 'haskell-wl-pprint-annotated')
+         'haskell-erf' 'haskell-exceptions' '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')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('093d40be85dfdd5d063d994f62c5a32169b5d3accdc6dfb85411d3671cf84ea3deafaa92cfeda58251385ca58efd91b92a0ff48c265d9dd361f8ad75e039cef0')
+sha512sums=('b34004210f4af480e10e6fd0a715ee0efb7d718a7c0d8b84355639064b105840e59be223e90cc4fa26a9fa564df6d9686e77b03d996a8820955b19a6ef42c1bb')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *0.10/<1/' -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list