Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-config-ini
Commits: e8f6baee by Felix Yan at 2024-02-26T02:05:09+00:00 upgpkg: 0.2.6.0-29: rebuild with GHC 9.2.8, filepath-bytestring 1.4.2.1.13, ghc-lib-parser 9.2.8.20230729, resolv 0.2.0.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-config-ini pkgdesc = A library for simple INI-based configuration files. pkgver = 0.2.6.0 - pkgrel = 28 + pkgrel = 29 url = https://github.com/aisamanra/config-ini arch = x86_64 license = BSD ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=config-ini pkgname=haskell-config-ini pkgver=0.2.6.0 -pkgrel=28 +pkgrel=29 pkgdesc="A library for simple INI-based configuration files." url="https://github.com/aisamanra/config-ini" license=("BSD") @@ -24,7 +24,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 \ # https://github.com/aisamanra/config-ini/issues/38 # -fenable-doctests View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-config-ini/-/commit/e8f6baee4fe2c94e1470f8c15270e842b9f1fbd2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-config-ini/-/commit/e8f6baee4fe2c94e1470f8c15270e842b9f1fbd2 You're receiving this email because of your account on gitlab.archlinux.org.