Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-data-inttrie
Commits: d54e75dc by Felix Yan at 2024-02-25T20:55:02+00:00 upgpkg: 0.1.4-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-data-inttrie + pkgdesc = A simple lazy, infinite trie from integers + pkgver = 0.1.4 + pkgrel = 2 + url = https://github.com/luqui/data-inttrie + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/data-inttrie/0.1.4/data-inttrie-0.1.4.tar.gz + sha256sums = 6b3a7d8d49b0676c09486ac08107b0e5a6dfd66d9627443be440e9fd11e7bd54 + +pkgname = haskell-data-inttrie ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=data-inttrie pkgname=haskell-data-inttrie pkgver=0.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A simple lazy, infinite trie from integers" url="https://github.com/luqui/data-inttrie" license=("BSD") @@ -22,7 +22,7 @@ build() { --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' - runhaskell Setup build + runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -31,7 +31,7 @@ build() { check() { cd $_hkgname-$pkgver - runhaskell Setup test + runhaskell Setup test --show-details=direct } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-data-inttrie/-/commit/d54e75dcaa3811a2995771cbf469681aa23f68b1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-data-inttrie/-/commit/d54e75dcaa3811a2995771cbf469681aa23f68b1 You're receiving this email because of your account on gitlab.archlinux.org.
