Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-appar
Commits: fca48ccf by Felix Yan at 2024-02-25T20:55:13+00:00 upgpkg: 0.1.8-14: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-appar + pkgdesc = A simple applicative parser + pkgver = 0.1.8 + pkgrel = 14 + url = https://hackage.haskell.org/package/appar + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/appar/0.1.8/appar-0.1.8.tar.gz + sha512sums = 6954f4e966685fc47d91b34c527c524bdea29d2c8eba14f4c4ed1d268ee812926d23d2daf1b63c92b72d99be83b536f7ebc498f5981f8f4cd5c3c1e7769f0290 + +pkgname = haskell-appar ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=appar pkgname=haskell-appar pkgver=0.1.8 -pkgrel=13 +pkgrel=14 pkgdesc="A simple applicative parser" 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-appar/-/commit/fca48ccfa1f9df4f2f4e5c60e5263732ecec0f77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-appar/-/commit/fca48ccfa1f9df4f2f4e5c60e5263732ecec0f77 You're receiving this email because of your account on gitlab.archlinux.org.
