Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-binary-conduit
Commits:
70325158 by Felix Yan at 2025-01-01T03:03:24+08:00
upgpkg: 1.3.1-449: rebuild with vector-algorithms 0.9.0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-binary-conduit
pkgdesc = Data serialization/deserialization conduit library
pkgver = 1.3.1
- pkgrel = 448
+ pkgrel = 449
url = https://github.com/qnikst/binary-conduit/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=binary-conduit
pkgname=haskell-binary-conduit
pkgver=1.3.1
-pkgrel=448
+pkgrel=449
pkgdesc="Data serialization/deserialization conduit library"
url="https://github.com/qnikst/binary-conduit/"
license=('MIT')
@@ -16,7 +16,7 @@
sha512sums=('ba1cc19ed024be3ddd5f95a1ddd0666fa6be91879663b7de8c1627d3342cad5c39b
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-binary-conduit/-/commit/703251586985ff15731f453b48064c333cd7fba5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-binary-conduit/-/commit/703251586985ff15731f453b48064c333cd7fba5
You're receiving this email because of your account on gitlab.archlinux.org.