Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-src-meta
Commits:
8f8db326 by Felix Yan at 2025-01-04T02:54:50+08:00
upgpkg: 0.8.13-3: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-src-meta
pkgdesc = Parse source to template-haskell abstract syntax
pkgver = 0.8.13
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/haskell-party/haskell-src-meta
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=haskell-src-meta
pkgver=0.8.13
-pkgrel=2
+pkgrel=3
pkgdesc="Parse source to template-haskell abstract syntax"
url="https://github.com/haskell-party/haskell-src-meta"
license=("BSD")
@@ -16,7 +16,7 @@
sha512sums=('fce4c96505fc065443f4818366ec518579cc47c433c3a487e33a70aafde52cbb452
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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src-meta/-/commit/8f8db326464046b39a1c4b8e491e504b0dfd0ed0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src-meta/-/commit/8f8db326464046b39a1c4b8e491e504b0dfd0ed0
You're receiving this email because of your account on gitlab.archlinux.org.