Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-http-media
Commits:
b7bfbdc7 by Felix Yan at 2025-01-04T02:31:38+08:00
upgpkg: 0.8.1.1-20: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-http-media
pkgdesc = Processing HTTP Content-Type and Accept headers
pkgver = 0.8.1.1
- pkgrel = 19
+ pkgrel = 20
url = https://github.com/zmthy/http-media
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=http-media
pkgname=haskell-http-media
pkgver=0.8.1.1
-pkgrel=19
+pkgrel=20
pkgdesc="Processing HTTP Content-Type and Accept headers"
url="https://github.com/zmthy/http-media"
license=("MIT")
@@ -17,7 +17,7 @@
sha512sums=('d6f9822c8159b699ed15d2fdd2fca0f8b83169d59e3b7e28963881226d085844543
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
--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-http-media/-/commit/b7bfbdc7063695e1b793d0722ce57729a972a7f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-media/-/commit/b7bfbdc7063695e1b793d0722ce57729a972a7f4
You're receiving this email because of your account on gitlab.archlinux.org.