Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-say
Commits:
c01c7c78 by Felix Yan at 2025-01-04T02:48:13+08:00
upgpkg: 0.1.0.1-230: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-say
pkgdesc = Send textual messages to a Handle in a thread-friendly way
pkgver = 0.1.0.1
- pkgrel = 229
+ pkgrel = 230
url = https://hackage.haskell.org/package/say
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=say
pkgname=haskell-say
pkgver=0.1.0.1
-pkgrel=229
+pkgrel=230
pkgdesc='Send textual messages to a Handle in a thread-friendly way'
arch=(x86_64)
url="https://hackage.haskell.org/package/$_hkgname"
@@ -16,7 +16,7 @@
sha512sums=('3de9f6b473a3b4403624c3f6aeac3703a5e8b6cfae82578f7a49a81defa9fa64295
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-say/-/commit/c01c7c78062f5186e812a6671e61ec6182ebc155
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-say/-/commit/c01c7c78062f5186e812a6671e61ec6182ebc155
You're receiving this email because of your account on gitlab.archlinux.org.