Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-yesod-auth
Commits:
aed644c8 by Felix Yan at 2024-12-30T04:12:43+08:00
upgpkg: 1.6.11.3-48: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-yesod-auth
pkgdesc = Authentication for Yesod.
pkgver = 1.6.11.3
- pkgrel = 47
+ pkgrel = 48
url = http://www.yesodweb.com/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=yesod-auth
pkgname=haskell-yesod-auth
pkgver=1.6.11.3
-pkgrel=47
+pkgrel=48
pkgdesc="Authentication for Yesod."
url="http://www.yesodweb.com/"
license=("MIT")
@@ -25,7 +25,7 @@
sha512sums=('88be0432e0b0ca5202974da40ea26d40fe4b767415721af63e52456e93c0cf1f65d
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 \
-fnetwork-uri
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/commit/aed644c811f2be179a0cb37bc136ce252d0bff4e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod-auth/-/commit/aed644c811f2be179a0cb37bc136ce252d0bff4e
You're receiving this email because of your account on gitlab.archlinux.org.