Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-wl-pprint-annotated
Commits: 627221c1 by Felix Yan at 2025-04-03T20:12:59+08:00 upgpkg: 0.1.0.1-256: rebuild with cabal-fmt 0.1.6, cabal-install 3.8.1.0, cabal-install-parsers 0.6, cabal-install-solver 3.8.1.0, fourmolu 0.10.0.0, ghc 9.4.8, ghc-lib-parser 9.4.8.20231111, ghc-lib-parser-ex 9.4.0.0, haskell-ci 0.16, hjsmin 0.2.1, hlint 3.5, hoauth2 2.8.0, ormolu 0.5.1.0, rope-utf16-splay 0.4.0.0, stylish-haskell 0.14.4.0, vty-crossplatform 0.4.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,12 @@ pkgbase = haskell-wl-pprint-annotated pkgdesc = Pretty printer with annotation support pkgver = 0.1.0.1 - pkgrel = 255 + pkgrel = 256 url = https://github.com/minad/wl-pprint-annotated arch = x86_64 license = BSD makedepends = ghc + makedepends = uusi makedepends = haskell-tasty makedepends = haskell-tasty-hunit depends = ghc-libs ===================================== PKGBUILD ===================================== @@ -4,16 +4,21 @@ _hkgname=wl-pprint-annotated pkgname=haskell-wl-pprint-annotated pkgver=0.1.0.1 -pkgrel=255 +pkgrel=256 pkgdesc="Pretty printer with annotation support" url="https://github.com/minad/wl-pprint-annotated" license=("BSD") arch=('x86_64') depends=('ghc-libs') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('45f1881254f8b20d9992a477a36a7408d2df8d94f99c71d72d75cd04aee3831966886c94b6e6a68791acda24aec8c4a339d052b9a188af8c2ca24e74da1e9596') +prepare(){ + cd $_hkgname-$pkgver + uusi -u text +} + build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wl-pprint-annotated/-/commit/627221c117a1ea4947ae3354a43a7a601dc67dcf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-wl-pprint-annotated/-/commit/627221c117a1ea4947ae3354a43a7a601dc67dcf You're receiving this email because of your account on gitlab.archlinux.org.