Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-rio
Commits:
35e0f7d5 by Felix Yan at 2025-01-04T03:01:23+08:00
upgpkg: 0.1.22.0-121: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-rio
pkgdesc = A standard library for Haskell
pkgver = 0.1.22.0
- pkgrel = 120
+ pkgrel = 121
url = https://github.com/commercialhaskell/rio
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=rio
pkgname=haskell-rio
pkgver=0.1.22.0
-pkgrel=120
+pkgrel=121
pkgdesc="A standard library for Haskell"
url="https://github.com/commercialhaskell/rio"
license=('MIT')
@@ -23,7 +23,7 @@ prepare() {
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-rio/-/commit/35e0f7d5e97c59512854ec84c1929e43e7629da1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rio/-/commit/35e0f7d5e97c59512854ec84c1929e43e7629da1
You're receiving this email because of your account on gitlab.archlinux.org.