Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-src-exts-simple
Commits:
acdb0fff by Felix Yan at 2025-01-04T02:54:24+08:00
upgpkg: 1.23.0.0-59: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-src-exts-simple
pkgdesc = A simplified view on the haskell-src-exts AST
pkgver = 1.23.0.0
- pkgrel = 58
+ pkgrel = 59
url = https://github.com/int-e/haskell-src-exts-simple
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=haskell-src-exts-simple
pkgver=1.23.0.0
-pkgrel=58
+pkgrel=59
pkgdesc="A simplified view on the haskell-src-exts AST"
url="https://github.com/int-e/haskell-src-exts-simple"
license=("MIT")
@@ -15,7 +15,7 @@
sha256sums=('f57029fa5b81ddd604027e909739dc85c3bf819592dc1c95d3a9cb3aa392cdc9')
build() {
cd $pkgname-$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 \
--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src-exts-simple/-/commit/acdb0fff43c115147a9d6069058ff11388554e74
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src-exts-simple/-/commit/acdb0fff43c115147a9d6069058ff11388554e74
You're receiving this email because of your account on gitlab.archlinux.org.