[arch-commits] Commit in haskell-hedgehog/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Dec 26 21:04:38 UTC 2020
Date: Saturday, December 26, 2020 @ 21:04:38
Author: felixonmars
Revision: 793031
upgpkg: haskell-hedgehog 1.0.4-1: rebuild with hedgehog 1.0.4
Modified:
haskell-hedgehog/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-26 20:42:58 UTC (rev 793030)
+++ PKGBUILD 2020-12-26 21:04:38 UTC (rev 793031)
@@ -3,25 +3,20 @@
_hkgname=hedgehog
pkgname=haskell-hedgehog
-pkgver=1.0.3
-pkgrel=67
+pkgver=1.0.4
+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-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')
+ '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')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('c04955a1189c85ec8c66ecdd97ea4bdd8a4587a7f999c38bd5e5ab4d51469a075f4f33c73f5a75fd74572c9c87ec32fea21e67fc66f61b7d3f5d30286f5b5536')
+sha512sums=('71eb946550c0189e598d2a4205547c007cc4fd101e1cfab38f79535e7c158dfa3b43dec6dde2331d5fe9cb5b0d4c6212f51b820ec146e47ecd9823a99f0f8133')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d;/fail/d;s/< *1.2/<2/;s/< *0.11/<1/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list