Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-doclayout
Commits:
bf31ca0d by Felix Yan at 2026-07-09T04:41:37+08:00
upgpkg: 0.5.0.2-1: rebuild with doclayout 0.5.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-doclayout
pkgdesc = A prettyprinting library for laying out text documents
- pkgver = 0.5.0.1
- pkgrel = 28
+ pkgver = 0.5.0.2
+ pkgrel = 1
url = https://github.com/jgm/doclayout
arch = x86_64
license = BSD-3-Clause
@@ -13,7 +13,7 @@ pkgbase = haskell-doclayout
depends = ghc-libs
depends = haskell-emojis
depends = haskell-safe
- source =
https://hackage.haskell.org/packages/archive/doclayout/0.5.0.1/doclayout-0.5.0.1.tar.gz
- sha512sums =
e6bcb68759f10f25a67ae79eada4db5156da002c8b60542a23c5438d6cf15cf4c7ca4e084b42105bcd5c002c4a10a4aee8cbad5fc3250a165234e3f766f8d143
+ source =
https://hackage.haskell.org/packages/archive/doclayout/0.5.0.2/doclayout-0.5.0.2.tar.gz
+ sha512sums =
8a1d114e1a4ca1a080647e070fd107a4a379fdc530867a9658a24dc5f9068458da0d83d2301923b3cd068150c896e33396abf21acbd475e7fce11a82b08a02a5
pkgname = haskell-doclayout
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=doclayout
pkgname=haskell-doclayout
-pkgver=0.5.0.1
-pkgrel=28
+pkgver=0.5.0.2
+pkgrel=1
pkgdesc="A prettyprinting library for laying out text documents"
url="https://github.com/jgm/doclayout"
license=('BSD-3-Clause')
@@ -13,7 +13,14 @@ depends=('ghc-libs' 'haskell-emojis' 'haskell-safe')
makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e6bcb68759f10f25a67ae79eada4db5156da002c8b60542a23c5438d6cf15cf4c7ca4e084b42105bcd5c002c4a10a4aee8cbad5fc3250a165234e3f766f8d143')
+sha512sums=('8a1d114e1a4ca1a080647e070fd107a4a379fdc530867a9658a24dc5f9068458da0d83d2301923b3cd068150c896e33396abf21acbd475e7fce11a82b08a02a5')
+
+prepare() {
+ cd $_hkgname-$pkgver
+
+ # tasty-quickcheck 0.11.1 does not export upstream's newer withNumTests.
+ sed -i 's/withNumTests/withMaxSuccess/g' test/test.hs
+}
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doclayout/-/commit/bf31ca0d8c7a9010e5740c6cb60fecb7b4f34607
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-doclayout/-/commit/bf31ca0d8c7a9010e5740c6cb60fecb7b4f34607
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help