Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-yesod
Commits:
e3fdbbe6 by Felix Yan at 2024-12-30T04:11:39+08:00
upgpkg: 1.6.2.1-242: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-yesod
pkgdesc = Creation of type-safe, RESTful web applications.
pkgver = 1.6.2.1
- pkgrel = 241
+ pkgrel = 242
url = http://www.yesodweb.com/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=yesod
pkgname=haskell-yesod
pkgver=1.6.2.1
-pkgrel=241
+pkgrel=242
pkgdesc="Creation of type-safe, RESTful web applications."
url="http://www.yesodweb.com/"
license=("MIT")
@@ -21,7 +21,7 @@
sha512sums=('ef61044b329b0c6e122bc5ca0203735264f6cb85a4fe728819146b390a8b813a56c
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-yesod/-/commit/e3fdbbe66a1b1447f9f9f47e6acc75a272061c7a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-yesod/-/commit/e3fdbbe66a1b1447f9f9f47e6acc75a272061c7a
You're receiving this email because of your account on gitlab.archlinux.org.