Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-groups
Commits: de7c2395 by Felix Yan at 2024-02-25T20:54:40+00:00 upgpkg: 0.5.3-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-groups + pkgdesc = Groups + pkgver = 0.5.3 + pkgrel = 2 + url = https://github.com/Taneb/groups.git + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/groups/0.5.3/groups-0.5.3.tar.gz + sha256sums = ce1e52a8be7effbd1f995eadf0ed34fa45c412656d372db8a38f9c955e43ac38 + +pkgname = haskell-groups ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=groups pkgname=haskell-groups pkgver=0.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="Groups" url="https://github.com/Taneb/groups.git" license=("BSD") @@ -17,12 +17,12 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --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 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-groups/-/commit/de7c2395a2270a888fb040516a59306cb80e7749 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-groups/-/commit/de7c2395a2270a888fb040516a59306cb80e7749 You're receiving this email because of your account on gitlab.archlinux.org.
