Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-path-pieces
Commits: 1beadc3c by Felix Yan at 2024-02-25T21:03:06+00:00 upgpkg: 0.2.1-31: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-path-pieces + pkgdesc = Components of paths + pkgver = 0.2.1 + pkgrel = 31 + url = https://hackage.haskell.org/package/path-pieces + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/path-pieces/0.2.1/path-pieces-0.2.1.tar.gz + sha512sums = 83b8bda16db42ed347e2caa1978f195faf161f53beaaccbf450d21b29b9ae9fc04bcdf8dd17a0db2e11eb9e5bfeddcb605237325c7aaf4ec5cc3402b859674c0 + +pkgname = haskell-path-pieces ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=path-pieces pkgname=haskell-path-pieces pkgver=0.2.1 -pkgrel=30 +pkgrel=31 pkgdesc="Components of paths" 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 \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-path-pieces/-/commit/1beadc3c70de61fcbbd30401b94a31039211f4fc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-path-pieces/-/commit/1beadc3c70de61fcbbd30401b94a31039211f4fc You're receiving this email because of your account on gitlab.archlinux.org.
