Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-unordered-containers
Commits:
034eee24 by Felix Yan at 2025-01-04T03:00:18+08:00
upgpkg: 0.2.20-25: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-unordered-containers
pkgdesc = Efficient hashing-based container types
pkgver = 0.2.20
- pkgrel = 24
+ pkgrel = 25
url =
https://github.com/haskell-unordered-containers/unordered-containers
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_hkgname=unordered-containers
pkgname=haskell-unordered-containers
pkgver=0.2.20
-pkgrel=24
+pkgrel=25
pkgdesc="Efficient hashing-based container types"
url="https://github.com/haskell-unordered-containers/unordered-containers"
license=("BSD")
@@ -21,7 +21,7 @@
sha512sums=('836077c204dc5a8f12abd6bfe3de1b6334bcf35c43e0a81025bc154a5450d2c5e70
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 \
-f-debug
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unordered-containers/-/commit/034eee24484cf8878f7d745dc3dabb3a09b1dc53
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unordered-containers/-/commit/034eee24484cf8878f7d745dc3dabb3a09b1dc53
You're receiving this email because of your account on gitlab.archlinux.org.