Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-heredoc
Commits: e9b7c4f4 by Felix Yan at 2024-02-25T21:01:12+00:00 upgpkg: 0.2.0.0-24: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-heredoc + pkgdesc = Multi-line string / here document using QuasiQuotes + pkgver = 0.2.0.0 + pkgrel = 24 + url = https://hackage.haskell.org/package/heredoc + arch = x86_64 + license = custom:PublicDomain + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/heredoc/0.2.0.0/heredoc-0.2.0.0.tar.gz + sha512sums = 9c0a0718266093b08243f5da5f90d6248ed64f9b1fd2b9d658555f3b000b6326a154ffe1c8f4b03f539996316df37ab869d5fd0ff2c4835463d6a3aa3d1608a9 + +pkgname = haskell-heredoc ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=heredoc pkgname=haskell-heredoc pkgver=0.2.0.0 -pkgrel=23 +pkgrel=24 pkgdesc="Multi-line string / here document using QuasiQuotes" url="https://hackage.haskell.org/package/heredoc" license=('custom:PublicDomain') @@ -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-heredoc/-/commit/e9b7c4f42acb8a3982ca66d3c7c00f8763e5a8cb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-heredoc/-/commit/e9b7c4f42acb8a3982ca66d3c7c00f8763e5a8cb You're receiving this email because of your account on gitlab.archlinux.org.
