Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-language-python
Commits:
8877422f by Felix Yan at 2025-01-04T02:33:12+08:00
upgpkg: 0.5.8-161: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-language-python
pkgdesc = Parsing and pretty printing of Python code.
pkgver = 0.5.8
- pkgrel = 160
+ pkgrel = 161
url = https://hackage.haskell.org/package/language-python
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=language-python
pkgname=haskell-language-python
pkgver=0.5.8
-pkgrel=160
+pkgrel=161
pkgdesc="Parsing and pretty printing of Python code."
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -24,7 +24,7 @@ prepare() {
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 \
-fsplit-base
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-python/-/commit/8877422f5bf39c14ad8ecf82fd0b98b078ca2735
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-language-python/-/commit/8877422f5bf39c14ad8ecf82fd0b98b078ca2735
You're receiving this email because of your account on gitlab.archlinux.org.