Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-rfc5051
Commits: 980f94e7 by Felix Yan at 2024-02-25T21:03:30+00:00 upgpkg: 0.2-9: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-rfc5051 + pkgdesc = Simple unicode collation as per RFC5051. + pkgver = 0.2 + pkgrel = 9 + url = https://hackage.haskell.org/package/rfc5051 + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/rfc5051/0.2/rfc5051-0.2.tar.gz + sha512sums = 93222535d9c94ac947d9760c8d856ec150b17b93342999f6594a048905c791b08220e656f26c95702bec3c1e835b537635395d1dae6f3607fd8a8a767b24a23f + +pkgname = haskell-rfc5051 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=rfc5051 pkgname=haskell-rfc5051 pkgver=0.2 -pkgrel=8 +pkgrel=9 pkgdesc="Simple unicode collation as per RFC5051." url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -18,8 +18,8 @@ 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 \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-mkunicodedata runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rfc5051/-/commit/980f94e7dd28de32f4180e2be88d1a7ea9779291 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rfc5051/-/commit/980f94e7dd28de32f4180e2be88d1a7ea9779291 You're receiving this email because of your account on gitlab.archlinux.org.
