Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-loch-th
Commits: 12a3d437 by Felix Yan at 2024-02-25T21:01:50+00:00 upgpkg: 0.2.2-20: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-loch-th + pkgdesc = Support for precise error locations in source files (Template Haskell version) + pkgver = 0.2.2 + pkgrel = 20 + url = https://github.com/liskin/loch-th + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/loch-th/0.2.2/loch-th-0.2.2.tar.gz + sha512sums = e2bbad416b1628563913bd192191aff019c1b99a991f5c5b3006c05888cc2f5eead73fb6ff21b462a2c6e52e475677af4371f35f0836315ecade983c2d0731fe + +pkgname = haskell-loch-th ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=loch-th pkgname=haskell-loch-th pkgver=0.2.2 -pkgrel=19 +pkgrel=20 pkgdesc="Support for precise error locations in source files (Template Haskell version)" url="https://github.com/liskin/loch-th" 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-loch-th/-/commit/12a3d43721eaab9f39d701df4be861b51a08b9c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-loch-th/-/commit/12a3d43721eaab9f39d701df4be861b51a08b9c4 You're receiving this email because of your account on gitlab.archlinux.org.
