Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-os-string
Commits:
57ec64c9 by Felix Yan at 2025-01-04T01:26:41+08:00
upgpkg: 2.0.6-10: rebuild with inspection-testing 0.6 (rebuild pass 1,
specified --nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-os-string
pkgdesc = Library for manipulating Operating system strings.
pkgver = 2.0.6
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/haskell/os-string
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=os-string
pkgname=haskell-os-string
pkgver=2.0.6
-pkgrel=9
+pkgrel=10
pkgdesc="Library for manipulating Operating system strings."
url="https://github.com/haskell/os-string"
license=("BSD")
@@ -23,7 +23,7 @@ build() {
_opts=('--disable-tests')
fi
- 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
"${_opts[@]}" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-os-string/-/commit/57ec64c9a4783e5565d79e114635f19c3c89386c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-os-string/-/commit/57ec64c9a4783e5565d79e114635f19c3c89386c
You're receiving this email because of your account on gitlab.archlinux.org.