Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-config-value
Commits: be705e79 by Felix Yan at 2024-02-25T20:51:43+00:00 upgpkg: 0.8.3-2: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = haskell-config-value + pkgdesc = Simple, layout-based value language similar to YAML or JSON + pkgver = 0.8.3 + pkgrel = 2 + url = https://github.com/glguy/config-value + arch = x86_64 + license = MIT + makedepends = ghc + makedepends = alex + makedepends = happy + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/config-value/0.8.3/config-value-0.8.3.tar.gz + sha256sums = 7cb8d046be5adc09b19dae6b0ad1010b0292f069034c83d28954f1905ee76c5e + +pkgname = haskell-config-value ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=config-value pkgname=haskell-config-value pkgver=0.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="Simple, layout-based value language similar to YAML or JSON" url="https://github.com/glguy/config-value" license=("MIT") @@ -18,7 +18,7 @@ build() { runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ --ghc-option='-pie' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-config-value/-/commit/be705e79ea184e98700aafc1b95eae48bb858897 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-config-value/-/commit/be705e79ea184e98700aafc1b95eae48bb858897 You're receiving this email because of your account on gitlab.archlinux.org.
