Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-parallel
Commits: 48ddfabf by Felix Yan at 2024-02-25T21:01:18+00:00 upgpkg: 3.2.2.0-18: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-parallel + pkgdesc = Parallel programming library + pkgver = 3.2.2.0 + pkgrel = 18 + url = https://hackage.haskell.org/package/parallel + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/parallel/3.2.2.0/parallel-3.2.2.0.tar.gz + sha512sums = ca1fe3fc5f9478dd52b42243d1191a2327c22946eb11d2d3426b9da2d833a61f182c20af9d15f7ceda6b58a28ee03de8837b6ca5bdd34e7306894db97f37f7bc + +pkgname = haskell-parallel ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=parallel pkgname=haskell-parallel pkgver=3.2.2.0 -pkgrel=17 +pkgrel=18 pkgdesc="Parallel programming library" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -23,8 +23,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-parallel/-/commit/48ddfabfd82c6e30a1a847966259f51153fc0a60 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-parallel/-/commit/48ddfabfd82c6e30a1a847966259f51153fc0a60 You're receiving this email because of your account on gitlab.archlinux.org.
