Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-extensible-exceptions
Commits: c2db1e53 by Felix Yan at 2024-02-25T21:00:48+00:00 upgpkg: 0.1.1.4-37: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = haskell-extensible-exceptions + pkgdesc = extensible exceptions for both new and old versions of GHC + pkgver = 0.1.1.4 + pkgrel = 37 + url = https://hackage.haskell.org/package/extensible-exceptions + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + depends = sh + source = https://hackage.haskell.org/packages/archive/extensible-exceptions/0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz + sha512sums = b63bb6b8bc846571db37c23801b711748a10a27a6a6b25035e992013f6705ad9b3ad86e61a7de839c9ac61c26ad3640b9642a8747d6b76a03336834c39e93dca + +pkgname = haskell-extensible-exceptions ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=extensible-exceptions pkgname=haskell-${_hkgname} pkgver=0.1.1.4 -pkgrel=36 +pkgrel=37 pkgdesc="extensible exceptions for both new and old versions of GHC" url="https://hackage.haskell.org/package/extensible-exceptions" license=('BSD') @@ -17,8 +17,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-extensible-exceptions/-/commit/c2db1e53ddaeb04c4e83aedea17c0e2511b3d07d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-extensible-exceptions/-/commit/c2db1e53ddaeb04c4e83aedea17c0e2511b3d07d You're receiving this email because of your account on gitlab.archlinux.org.
