Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-asn1-parse
Commits:
e6e0a619 by Felix Yan at 2025-01-04T02:51:09+08:00
upgpkg: 0.9.5-236: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-asn1-parse
pkgdesc = Simple monadic parser for ASN1 stream types.
pkgver = 0.9.5
- pkgrel = 235
+ pkgrel = 236
url = https://github.com/vincenthz/hs-asn1
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=asn1-parse
pkgname=haskell-asn1-parse
pkgver=0.9.5
-pkgrel=235
+pkgrel=236
pkgdesc="Simple monadic parser for ASN1 stream types."
url="https://github.com/vincenthz/hs-asn1"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('d352422479a4bb31a6c7ea02fc3da701d1417bb37a9f029636f6e2646530e4bd8a8
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-asn1-parse/-/commit/e6e0a61901dce15a21ee5f7ed760f54847f526c5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-asn1-parse/-/commit/e6e0a61901dce15a21ee5f7ed760f54847f526c5
You're receiving this email because of your account on gitlab.archlinux.org.