Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-regex-base
Commits: 59cddc0d by Felix Yan at 2024-02-25T21:04:02+00:00 upgpkg: 0.94.0.2-3: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-regex-base + pkgdesc = Common "Text.Regex.*" API for Regex matching + pkgver = 0.94.0.2 + pkgrel = 3 + url = https://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/regex-base/0.94.0.2/regex-base-0.94.0.2.tar.gz + sha512sums = cef8177c35b98f31a12044033dca95b767df593c6830d253cee6e31677c99a5cebf67d6e64f24ec9ba736e36256e9da3bfbe66e2ac8450582d36a4c5cad25c88 + +pkgname = haskell-regex-base ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _hkgname=regex-base pkgname=haskell-regex-base pkgver=0.94.0.2 -pkgrel=2 +pkgrel=3 pkgdesc='Common "Text.Regex.*" API for Regex matching' url='https://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base' license=('BSD') @@ -19,8 +19,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-regex-base/-/commit/59cddc0da0ccd49e2ba3a78ccce56adf9a3e9458 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-regex-base/-/commit/59cddc0da0ccd49e2ba3a78ccce56adf9a3e9458 You're receiving this email because of your account on gitlab.archlinux.org.
