Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-edisoncore
Commits:
60981446 by Felix Yan at 2024-12-31T17:51:37+08:00
upgpkg: 1.3.3-44: rebuild with EdisonAPI 1.3.3.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-edisoncore
pkgdesc = A library of efficient, purely-functional data structures
(Core Implementations)
pkgver = 1.3.3
- pkgrel = 43
+ pkgrel = 44
url = http://rwd.rdockins.name/edison/home/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=EdisonCore
pkgname=haskell-edisoncore
pkgver=1.3.3
-pkgrel=43
+pkgrel=44
pkgdesc="A library of efficient, purely-functional data structures (Core
Implementations)"
url="http://rwd.rdockins.name/edison/home/"
license=("MIT")
@@ -17,7 +17,7 @@
sha512sums=('a9b22aeec23f9afc2e2399947a26e8358553977cf535c266b5dc8e8b8d99623be46
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-edisoncore/-/commit/60981446ec053c56a2702d32fca14a8cc8a53e41
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-edisoncore/-/commit/60981446ec053c56a2702d32fca14a8cc8a53e41
You're receiving this email because of your account on gitlab.archlinux.org.