Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-bloomfilter
Commits: 0a1dea14 by Felix Yan at 2024-02-25T21:03:01+00:00 upgpkg: 2.0.1.2-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-bloomfilter + pkgdesc = Pure and impure Bloom Filter implementations + pkgver = 2.0.1.2 + pkgrel = 2 + url = https://github.com/haskell-pkg-janitors/bloomfilter + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/bloomfilter/2.0.1.2/bloomfilter-2.0.1.2.tar.gz + sha512sums = 1fd0733231c413aff693194639dc49d27dc2fce669a38a838815e180b8cb45bf98b4c18a702d2ece8ec0d78c970802deea82c328c3d6585f7f7385a403a07365 + +pkgname = haskell-bloomfilter ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=bloomfilter pkgname=haskell-bloomfilter pkgver=2.0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Pure and impure Bloom Filter implementations" url="https://github.com/haskell-pkg-janitors/bloomfilter" 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 \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --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-bloomfilter/-/commit/0a1dea1429be0f376896dbe9e60b0a0146a5aaca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bloomfilter/-/commit/0a1dea1429be0f376896dbe9e60b0a0146a5aaca You're receiving this email because of your account on gitlab.archlinux.org.
