Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-dlist
Commits:
13b2daba by Felix Yan at 2025-01-04T01:32:11+08:00
upgpkg: 1.0-249: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-dlist
pkgdesc = Differences lists
pkgver = 1.0
- pkgrel = 248
+ pkgrel = 249
url = https://hackage.haskell.org/package/dlist
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_hkgname=dlist
pkgname=haskell-dlist
pkgver=1.0
-pkgrel=248
+pkgrel=249
pkgdesc="Differences lists"
url="https://hackage.haskell.org/package/dlist"
license=('BSD')
@@ -26,7 +26,7 @@ build() {
_opts=('--disable-tests')
fi
- 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
"${_opts[@]}" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dlist/-/commit/13b2dabae6d31ee95e7ce154752031deb70ca4e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dlist/-/commit/13b2dabae6d31ee95e7ce154752031deb70ca4e9
You're receiving this email because of your account on gitlab.archlinux.org.