Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tasty-quickcheck
Commits:
804b8476 by Felix Yan at 2025-10-01T15:10:51+08:00
upgpkg: 0.11-1: rebuild with tasty-quickcheck 0.11 (rebuild pass 1, specified
--nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,21 +1,20 @@
pkgbase = haskell-tasty-quickcheck
pkgdesc = QuickCheck support for the Tasty test framework.
- pkgver = 0.10.3
- pkgrel = 192
+ pkgver = 0.11
+ pkgrel = 1
url = https://github.com/UnkindPartition/tasty
arch = x86_64
license = MIT
checkdepends = haskell-tasty-hunit
checkdepends = haskell-pcre-light
makedepends = ghc
- makedepends = uusi
depends = ghc-libs
depends = haskell-optparse-applicative
depends = haskell-quickcheck
depends = haskell-random
depends = haskell-tagged
depends = haskell-tasty
- source =
https://hackage.haskell.org/packages/archive/tasty-quickcheck/0.10.3/tasty-quickcheck-0.10.3.tar.gz
- sha512sums =
6b7594df965575432e192d813268fe7b62b72a2f3d48da4b9817e1d025b7193cbd4a14653846c5b5191533448b8f2807863883d878997a5a13199072dffb59ec
+ source =
https://hackage.haskell.org/packages/archive/tasty-quickcheck/0.11/tasty-quickcheck-0.11.tar.gz
+ sha512sums =
39bdfe10ea4363879911c6eff98e69c010dcccf0c106f4eb74f3e47565f33815d11a845d6a6a515dcaaac7fd9317bac24c6737b2eec20e22cf99cf4cda6df10a
pkgname = haskell-tasty-quickcheck
=====================================
PKGBUILD
=====================================
@@ -3,23 +3,18 @@
_hkgname=tasty-quickcheck
pkgname=haskell-tasty-quickcheck
-pkgver=0.10.3
-pkgrel=192
+pkgver=0.11
+pkgrel=1
pkgdesc="QuickCheck support for the Tasty test framework."
url="https://github.com/UnkindPartition/tasty"
license=('MIT')
arch=('x86_64')
depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck'
'haskell-random'
'haskell-tagged' 'haskell-tasty')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
checkdepends=('haskell-tasty-hunit' 'haskell-pcre-light')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6b7594df965575432e192d813268fe7b62b72a2f3d48da4b9817e1d025b7193cbd4a14653846c5b5191533448b8f2807863883d878997a5a13199072dffb59ec')
-
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u QuickCheck
-}
+sha512sums=('39bdfe10ea4363879911c6eff98e69c010dcccf0c106f4eb74f3e47565f33815d11a845d6a6a515dcaaac7fd9317bac24c6737b2eec20e22cf99cf4cda6df10a')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty-quickcheck/-/commit/804b84762f6ceab66b063e762ea742f8e9060f2b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty-quickcheck/-/commit/804b84762f6ceab66b063e762ea742f8e9060f2b
You're receiving this email because of your account on gitlab.archlinux.org.