Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-system-filepath
Commits:
4945d58d by Felix Yan at 2025-01-04T02:32:47+08:00
upgpkg: 0.4.14-255: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-system-filepath
pkgdesc = High-level, byte-based file and directory path manipulations
pkgver = 0.4.14
- pkgrel = 254
+ pkgrel = 255
url = https://hackage.haskell.org/package/system-filepath
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=system-filepath
pkgname=haskell-system-filepath
pkgver=0.4.14
-pkgrel=254
+pkgrel=255
pkgdesc="High-level, byte-based file and directory path manipulations"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -24,7 +24,7 @@ prepare() {
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-system-filepath/-/commit/4945d58db947036eff01696aa3b1ed4aec437fe9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-system-filepath/-/commit/4945d58db947036eff01696aa3b1ed4aec437fe9
You're receiving this email because of your account on gitlab.archlinux.org.