Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-string-conversions
Commits:
f6d455cb by Felix Yan at 2025-01-04T02:32:05+08:00
upgpkg: 0.4.0.1-177: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-string-conversions
pkgdesc = Simplifies dealing with different types for strings
pkgver = 0.4.0.1
- pkgrel = 176
+ pkgrel = 177
url = https://github.com/soenkehahn/string-conversions
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=string-conversions
pkgname=haskell-string-conversions
pkgver=0.4.0.1
-pkgrel=176
+pkgrel=177
pkgdesc="Simplifies dealing with different types for strings"
url="https://github.com/soenkehahn/string-conversions"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('8bd015215d1a8a48f01abf95f53bd75f67c83dc48c5b4c4f0731e9da924f99c18e9
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 \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-string-conversions/-/commit/f6d455cb8e740ef570c1363cd612e0e305d390f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-string-conversions/-/commit/f6d455cb8e740ef570c1363cd612e0e305d390f7
You're receiving this email because of your account on gitlab.archlinux.org.