Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-libffi
Commits: 3f284772 by Felix Yan at 2024-02-25T21:01:50+00:00 upgpkg: 0.2.1-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-libffi + pkgdesc = A binding to libffi + pkgver = 0.2.1 + pkgrel = 2 + url = http://haskell.org/haskellwiki/Library/libffi + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/libffi/0.2.1/libffi-0.2.1.tar.gz + sha512sums = f549d47f5267f7ec2cc6dca72631bfb5a591b1eb815c50107e327dc7c5e373db767fa57009759db213a4a614af89be07cfacf58941b2754b4f4d7cfc617f1de9 + +pkgname = haskell-libffi ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=libffi pkgname=haskell-libffi pkgver=0.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="A binding to libffi" url="http://haskell.org/haskellwiki/Library/libffi" license=("BSD") @@ -19,7 +19,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-ghc-bundled-libffi runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-libffi/-/commit/3f284772bb3a34a8e3a700ba4763a26d7856f5b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-libffi/-/commit/3f284772bb3a34a8e3a700ba4763a26d7856f5b3 You're receiving this email because of your account on gitlab.archlinux.org.
