Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-abstract-par
Commits: 1c8f2236 by Felix Yan at 2024-02-25T20:54:32+00:00 upgpkg: 0.3.3-26: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-abstract-par + pkgdesc = Type classes generalizing the functionality of the \'monad-par\' library. + pkgver = 0.3.3 + pkgrel = 26 + url = https://github.com/simonmar/monad-par + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/abstract-par/0.3.3/abstract-par-0.3.3.tar.gz + sha512sums = d603745202ececf5a514e5ac7da82fdd03dd27ec4fbb11a870a7b0a6c92e468cf3bd68763afa748434b3ed0ed5b80a1d2cefaa84c68a84b82028225400841605 + +pkgname = haskell-abstract-par ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=abstract-par pkgname=haskell-abstract-par pkgver=0.3.3 -pkgrel=25 +pkgrel=26 pkgdesc="Type classes generalizing the functionality of the \'monad-par\' library." url="https://github.com/simonmar/monad-par" 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-abstract-par/-/commit/1c8f2236bbcd3cf5a0740917840021d76b4d6c9a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-abstract-par/-/commit/1c8f2236bbcd3cf5a0740917840021d76b4d6c9a You're receiving this email because of your account on gitlab.archlinux.org.
