Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-blaze-markup
Commits:
960a8f26 by Felix Yan at 2025-10-01T17:31:11+08:00
upgpkg: 0.8.3.0-103: rebuild with tasty-quickcheck 0.11
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-blaze-markup
pkgdesc = A blazingly fast markup combinator library for Haskell
pkgver = 0.8.3.0
- pkgrel = 102
+ pkgrel = 103
url = https://jaspervdj.be/blaze
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=blaze-markup
pkgname=haskell-blaze-markup
pkgver=0.8.3.0
-pkgrel=102
+pkgrel=103
pkgdesc="A blazingly fast markup combinator library for Haskell"
url="https://jaspervdj.be/blaze"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('a92bebbf879eac7e09cf0fc5a52175867e79e2210853765c9e689a5f8d30b906180
prepare() {
cd $_hkgname-$pkgver
- uusi -u QuickCheck -u tasty
+ uusi -u QuickCheck -u tasty -u tasty-quickcheck
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-markup/-/commit/960a8f264cf15ef779f46bd5c523d5d7c6af71e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-blaze-markup/-/commit/960a8f264cf15ef779f46bd5c523d5d7c6af71e3
You're receiving this email because of your account on gitlab.archlinux.org.