Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-conduit
Commits:
78166290 by Felix Yan at 2025-01-01T03:02:15+08:00
upgpkg: 1.3.6-9: rebuild with vector-algorithms 0.9.0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-conduit
pkgdesc = Streaming data processing library.
pkgver = 1.3.6
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/snoyberg/conduit
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=conduit
pkgname=haskell-conduit
pkgver=1.3.6
-pkgrel=8
+pkgrel=9
pkgdesc="Streaming data processing library."
url="https://github.com/snoyberg/conduit"
license=("MIT")
@@ -19,7 +19,7 @@
sha512sums=('f02839275539dfbeccd0ffedcb8b9671689f7d5d0f64ded80b6c518e87b462901a1
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-conduit/-/commit/78166290c171bf5bbed3ff9d6ecd483f6233973f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-conduit/-/commit/78166290c171bf5bbed3ff9d6ecd483f6233973f
You're receiving this email because of your account on gitlab.archlinux.org.