Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-bug
Commits: d7978af2 by Felix Yan at 2024-02-25T20:58:18+00:00 upgpkg: 1.0.1-20: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-bug + pkgdesc = Better alternatives to the "error" function + pkgver = 1.0.1 + pkgrel = 20 + url = https://github.com/nikita-volkov/bug + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/bug/1.0.1/bug-1.0.1.tar.gz + sha512sums = eea7e1141adb89bf618e25af90e23e48847f889d74518983112de68cff73d6de88e1a0dcc5ea27aeb7cefce105be7f9d2c27d7e9fd9af1f5b9a04ebbb3b76e54 + +pkgname = haskell-bug ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=bug pkgname=haskell-bug pkgver=1.0.1 -pkgrel=19 +pkgrel=20 pkgdesc='Better alternatives to the "error" function' url="https://github.com/nikita-volkov/bug" license=("MIT") @@ -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-bug/-/commit/d7978af26a0d8b1e6659df57bb86e0bf2b7fcd58 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bug/-/commit/d7978af26a0d8b1e6659df57bb86e0bf2b7fcd58 You're receiving this email because of your account on gitlab.archlinux.org.
